Update README.md
Browse files
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 |
-
|
11 |
-
|
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 |
|