Make instructions more clear

This commit is contained in:
Szymon Tworkowski 2024-03-18 15:50:22 +00:00 committed by system
parent f20f7395e8
commit bb96acaff0
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -11,7 +11,7 @@ This repository contains the weights of the Grok-1 open-weights model. You can f
git clone https://github.com/xai-org/grok-1.git && cd grok-1
```
Then, make sure to download the `int8` checkpoint to the `checkpoints` directory:
Then, make sure to download the `int8` checkpoint to the `checkpoints` directory by executing this command in the repo root directory:
```shell
huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt-0/* --local-dir checkpoints --local-dir-use-symlinks False