Skip to content

Commit a9343b9

Browse files
authored
Update README.md to state the limitation of accessing GCS when conver… (#139)
Update README.md to state the limitation of accessing GCS when converting checkpoints.
1 parent 762857c commit a9343b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ huggingface-cli download mistralai/Mixtral-8x7B-v0.1 --local-dir $input_ckpt_dir
8484

8585
## Run weight safetensor convert
8686

87+
There are limited support (only Llama models as of now) for accessing checkpoints on GCS. Accessing GCS takes a long time and therefore storing checkpoints to local is recommended.
88+
8789
```bash
8890
export input_ckpt_dir=Original llama weights directory
8991
export output_ckpt_dir=The output directory

0 commit comments

Comments
 (0)