Add download instructions

#3
by osanseviero HF staff - opened
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,11 +1,19 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
  # Grok-1
5
 
6
- This repository contains the weights of the Grok-1 open-weights model.
7
 
8
- Make sure to download the `int8` checkpoint to the `checkpoints` directory and run
 
 
 
 
 
 
9
 
10
  ```shell
11
  pip install -r requirements.txt
@@ -17,3 +25,5 @@ to test the code.
17
  You should be seeing output from the language model.
18
 
19
  Due to the large size of the model (314B parameters), a multi-GPU machine is required to test the model with the example code.
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ library_name: grok-1
5
  ---
6
  # 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
+ Make sure to download the `int8` checkpoint to the `checkpoints` directory.
11
+
12
+ ```shell
13
+ huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt/tensor* --local-dir checkpoints/ckpt-0 --local-dir-use-symlinks False
14
+ ```
15
+
16
+ Then, you can run:
17
 
18
  ```shell
19
  pip install -r requirements.txt
 
25
  You should be seeing output from the language model.
26
 
27
  Due to the large size of the model (314B parameters), a multi-GPU machine is required to test the model with the example code.
28
+
29
+ p.s. we're hiring: https://x.ai/career