Skip to content

Commit

Permalink
update doc string for http
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea committed Jan 23, 2024
1 parent 08529f7 commit 17e261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/misc/download_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--credentials-dir <credentials_dir> --save-dir <save_dir>
Download from an HTTP file server:
python download_model.py http --host https://server.com --path mosaicml/mpt-7b --save-dir <save_dir>
python download_model.py http --url https://server.com/path --save-dir <save_dir>
Download from an HTTP file server with fallback to Hugging Face Hub:
python download_model.py http --host https://server.com --path mosaicml/mpt-7b --save-dir <save_dir> \
Expand Down

0 comments on commit 17e261f

Please sign in to comment.