File size: 661 Bytes
a1d5101
 
2954c0d
a1d5101
15af4e5
 
638171f
15af4e5
2954c0d
 
 
 
 
 
 
15af4e5
 
 
 
 
 
 
 
 
 
2954c0d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
license: apache-2.0
pipeline_tag: text-generation
---
# Grok-1

This repository contains the weights of the Grok-1 open-weights model.

Make sure to download the `int8` checkpoint to the `checkpoints` directory.

```shell
huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt/tensor* --local-dir checkpoints/ckpt-0 --local-dir-use-symlinks False
```

Then, you can run:

```shell
pip install -r requirements.txt
python transformer.py
```

to test the code.

You should be seeing output from the language model.

Due to the large size of the model (314B parameters), a multi-GPU machine is required to test the model with the example code.