From bc9c10c0672fa3a4ee1a8adf2197b5a6cee91957 Mon Sep 17 00:00:00 2001 From: Lev Neiman Date: Tue, 19 Mar 2024 20:07:44 -0700 Subject: [PATCH] Update README.md instructions to use quotes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f501a07..1d56015 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ or directly using [HuggingFace 🤗 Hub](https://huggingface.co/xai-org/grok-1): ``` git clone https://github.com/xai-org/grok-1.git && cd grok-1 pip install huggingface_hub[hf_transfer] -huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt-0/* --local-dir checkpoints --local-dir-use-symlinks False +huggingface-cli download xai-org/grok-1 --repo-type model --include "ckpt-0/*" --local-dir checkpoints --local-dir-use-symlinks False ``` # License