Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,6 @@ license: apache-2.0
|
|
3 |
library_name: transformers
|
4 |
---
|
5 |
|
6 |
-
Unofficial dequantized weight of [grok-1](https://huggingface.co/xai-org/grok-1) in HF Transformers format.
|
|
|
|
|
|
3 |
library_name: transformers
|
4 |
---
|
5 |
|
6 |
+
Unofficial dequantized weight of [grok-1](https://huggingface.co/xai-org/grok-1) in HF Transformers format.
|
7 |
+
|
8 |
+
The weights are converted using the [script here](https://gist.github.com/chu-tianxiang/ec310e15d56949fd0f351cb5f65ee7a1) ran inside the [grok-1 repo](https://github.com/xai-org/grok-1). Since downloading the dequantized weight needs twice as much time, it's recommended to download the original weight and convert on your own.
|