Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
---
|
| 8 |
# Grok-1
|
| 9 |
|
| 10 |
-
This repository contains the weights of the Grok-1 open-weights model.
|
| 11 |
|
| 12 |
# Download instruction
|
| 13 |
Clone the repo & download the `int8` checkpoint to the `checkpoints` directory by executing this command in the repo root directory:
|
|
@@ -25,7 +25,7 @@ pip install -r requirements.txt
|
|
| 25 |
python run.py
|
| 26 |
```
|
| 27 |
|
| 28 |
-
You should
|
| 29 |
|
| 30 |
Due to the large size of the model (314B parameters), a multi-GPU machine is required to test the model with the example code.
|
| 31 |
|
|
|
|
| 7 |
---
|
| 8 |
# Grok-1
|
| 9 |
|
| 10 |
+
This repository contains the weights of the Grok-1 open-weights model. The code is in the [GitHub Repository](https://github.com/xai-org/grok-1/tree/main).
|
| 11 |
|
| 12 |
# Download instruction
|
| 13 |
Clone the repo & download the `int8` checkpoint to the `checkpoints` directory by executing this command in the repo root directory:
|
|
|
|
| 25 |
python run.py
|
| 26 |
```
|
| 27 |
|
| 28 |
+
You should see the output from the language model.
|
| 29 |
|
| 30 |
Due to the large size of the model (314B parameters), a multi-GPU machine is required to test the model with the example code.
|
| 31 |
|