szymonxai commited on
Commit
bb96aca
1 Parent(s): f20f739

Make instructions more clear

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ This repository contains the weights of the Grok-1 open-weights model. You can f
11
  git clone https://github.com/xai-org/grok-1.git && cd grok-1
12
  ```
13
 
14
- Then, make sure to download the `int8` checkpoint to the `checkpoints` directory:
15
 
16
  ```shell
17
  huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt-0/* --local-dir checkpoints --local-dir-use-symlinks False
 
11
  git clone https://github.com/xai-org/grok-1.git && cd grok-1
12
  ```
13
 
14
+ Then, make sure to download the `int8` checkpoint to the `checkpoints` directory by executing this command in the repo root directory:
15
 
16
  ```shell
17
  huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt-0/* --local-dir checkpoints --local-dir-use-symlinks False