Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Usage: Serving with SGLang
|
| 2 |
|
| 3 |
- Download the weights. You can replace `/local/grok-2` with any other folder name you prefer.
|
|
@@ -28,4 +32,8 @@
|
|
| 28 |
|
| 29 |
You should be able to see the model output its name, Grok.
|
| 30 |
|
| 31 |
-
Learn more about other ways to send requests [here](https://docs.sglang.ai/basic_usage/send_request.html).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Grok 2
|
| 2 |
+
|
| 3 |
+
This repository contains the weights of Grok 2, a model trained and used at xAI in 2024.
|
| 4 |
+
|
| 5 |
## Usage: Serving with SGLang
|
| 6 |
|
| 7 |
- Download the weights. You can replace `/local/grok-2` with any other folder name you prefer.
|
|
|
|
| 32 |
|
| 33 |
You should be able to see the model output its name, Grok.
|
| 34 |
|
| 35 |
+
Learn more about other ways to send requests [here](https://docs.sglang.ai/basic_usage/send_request.html).
|
| 36 |
+
|
| 37 |
+
## License
|
| 38 |
+
|
| 39 |
+
The weights are licensed under the [Grok 2 Community License Agreement](https://huggingface.co/xai-org/grok-2/blob/main/LICENSE).
|