Instructions to use xai-org/grok-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Grok
How to use xai-org/grok-1 with Grok:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
metadata
license: apache-2.0
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 and run
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.