mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 00:05:18 +00:00
Fixed text for path to md5 file location
This commit is contained in:
parent
42acff502c
commit
4277e24661
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ def _meta_download(
|
|||
|
||||
cprint(f"\nSuccessfully downloaded model to {output_dir}", "green")
|
||||
cprint(
|
||||
f"\nView MD5 checksum files at following location: {output_dir / 'checklist.chk'}",
|
||||
f"\nView MD5 checksum files at: {output_dir / 'checklist.chk'}",
|
||||
"white",
|
||||
)
|
||||
cprint(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue