szymonxai commited on
Commit
2c60e8f
1 Parent(s): bb96aca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -7,13 +7,12 @@ library_name: grok-1
7
 
8
  This repository contains the weights of the Grok-1 open-weights model. You can find the code in the [GitHub Repository](https://github.com/xai-org/grok-1/tree/main).
9
 
10
- ```shell
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
18
  ```
19
 
 
7
 
8
  This repository contains the weights of the Grok-1 open-weights model. You can find the code in the [GitHub Repository](https://github.com/xai-org/grok-1/tree/main).
9
 
10
+ # Download instruction
11
+ Clone the repo & download the `int8` checkpoint to the `checkpoints` directory by executing this command in the repo root directory:
 
 
 
12
 
13
  ```shell
14
+ git clone https://github.com/xai-org/grok-1.git && cd grok-1
15
+ pip install huggingface_hub[hf_transfer]
16
  huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt-0/* --local-dir checkpoints --local-dir-use-symlinks False
17
  ```
18