llama-stack-mirror/llama_stack
Ashwin Bharambe acbecbf8b3
Add a verify-download command to llama CLI (#457)
# What does this PR do?

It is important to verify large checkpoints downloaded via `llama model
download` because subtle corruptions can easily happen with large file
system writes. This PR adds a `verify-download` subcommand. Note that
verification itself is a very time consuming process (and will take
several **minutes** for the 405B model), hence this is a separate
subcommand (and not part of the download which can already be
time-consuming) and there are spinners and a bit of a "show" around it
in the implementation.

## Test Plan

<img width="1012" alt="image"
src="https://github.com/user-attachments/assets/f82b0d42-2a15-4917-b85e-6d3cd7d31e55">
2024-11-14 11:47:51 -08:00
..
apis Support model resource updates and deletes (#452) 2024-11-13 21:55:41 -08:00
cli Add a verify-download command to llama CLI (#457) 2024-11-14 11:47:51 -08:00
distribution init registry once (#450) 2024-11-13 22:20:57 -08:00
providers local persistence for eval tasks (#453) 2024-11-14 10:36:23 -05:00
scripts Add a test for CLI, but not fully done so disabled 2024-09-19 13:27:07 -07:00
templates Update provider types and prefix with inline:: 2024-11-12 12:54:44 -08:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00