From 57419181728f5721d42b8856dac0d3557ddf698c Mon Sep 17 00:00:00 2001 From: Lance Wang Date: Fri, 28 Jun 2024 15:59:57 -0700 Subject: [PATCH] Update README.md to state the limitation of accessing GCS when converting checkpoints. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 41b0704f..0e8a2560 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ huggingface-cli download mistralai/Mixtral-8x7B-v0.1 --local-dir $input_ckpt_dir ## Run weight safetensor convert +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. + ```bash export input_ckpt_dir=Original llama weights directory export output_ckpt_dir=The output directory