Update README.md
Browse files
README.md
CHANGED
|
@@ -1,19 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
pipeline_tag:
|
| 4 |
-
library_name: grok
|
| 5 |
-
tags:
|
| 6 |
-
- grok-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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:
|
| 14 |
|
| 15 |
```shell
|
| 16 |
-
git clone https://github.com/xai-org/grok-
|
| 17 |
pip install huggingface_hub[hf_transfer]
|
| 18 |
huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt-0/* --local-dir checkpoints --local-dir-use-symlinks False
|
| 19 |
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: time-series-forecasting
|
| 4 |
+
library_name: grok
|
| 5 |
+
tags:
|
| 6 |
+
- grok-3
|
| 7 |
+
- not-for-all-audiences
|
| 8 |
+
datasets:
|
| 9 |
+
- HuggingFaceFW/fineweb-2
|
| 10 |
+
new_version: Qwen/QwQ-32B-Preview
|
| 11 |
+
---
|
| 12 |
+
# Grok-3
|
| 13 |
+
|
| 14 |
+
This repository contains the weights of the Grok-3 open-weights model. You can find the code in the [GitHub Repository](https://github.com/xai-org/grok-3/tree/main).
|
| 15 |
|
| 16 |
# Download instruction
|
| 17 |
Clone the repo & download the `int8` checkpoint to the `checkpoints` directory by executing this command in the repo root directory:
|
| 18 |
|
| 19 |
```shell
|
| 20 |
+
git clone https://github.com/xai-org/grok-3.git && cd grok-1
|
| 21 |
pip install huggingface_hub[hf_transfer]
|
| 22 |
huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt-0/* --local-dir checkpoints --local-dir-use-symlinks False
|
| 23 |
```
|