Skip to content

Commit

Permalink
update doc string for oras
Browse files Browse the repository at this point in the history
  • Loading branch information
irenedea committed Jan 23, 2024
1 parent 800ccbf commit 08529f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/misc/download_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
python download_model.py hf --model mosaicml/mpt-7b --save-dir <save_dir> --token <token>
Download from ORAS registry:
python download_model.py oras --registry <registry> --path mosaicml/mpt-7b --save-dir <save_dir>
python download_model.py oras --model mosaicml/mpt-7b --config-file <config_file> \
--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>
Expand Down

0 comments on commit 08529f7

Please sign in to comment.