grok-1/README.md

27 lines
777 B
Markdown
Raw Normal View History

2024-03-17 05:47:21 +00:00
---
license: apache-2.0
2024-03-18 02:55:11 +00:00
pipeline_tag: text-generation
library_name: grok-1
2024-03-17 05:47:21 +00:00
---
2024-03-17 05:49:40 +00:00
# Grok-1
2024-03-18 02:55:11 +00:00
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).
2024-03-17 05:49:40 +00:00
2024-03-18 02:55:11 +00:00
Make sure to download the `int8` checkpoint to the `checkpoints` directory.
2024-03-17 05:49:40 +00:00
```shell
2024-03-18 02:55:11 +00:00
huggingface-cli download xai-org/grok-1 --repo-type model --include ckpt/tensor* --local-dir checkpoints/ckpt-0 --local-dir-use-symlinks False
2024-03-17 05:49:40 +00:00
```
2024-03-18 02:55:11 +00:00
Then, you can run:
```shell
pip install -r requirements.txt
```
2024-03-17 05:49:40 +00:00
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.
2024-03-17 21:48:09 +00:00
2024-03-18 02:55:11 +00:00
p.s. we're hiring: https://x.ai/career