Add library tag (#61)
Browse files- Add tag (aed5fd857602f5a9e7ea598b830b488f200b73e8)
Co-authored-by: Omar Sanseviero <[email protected]>
README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: text-generation
|
| 4 |
-
library_name: grok
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
# Grok-1
|
| 7 |
|
|
@@ -27,4 +29,4 @@ You should be seeing output from the language model.
|
|
| 27 |
|
| 28 |
Due to the large size of the model (314B parameters), a multi-GPU machine is required to test the model with the example code.
|
| 29 |
|
| 30 |
-
p.s. we're hiring: https://x.ai/careers
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: text-generation
|
| 4 |
+
library_name: grok
|
| 5 |
+
tags:
|
| 6 |
+
- grok-1
|
| 7 |
---
|
| 8 |
# Grok-1
|
| 9 |
|
|
|
|
| 29 |
|
| 30 |
Due to the large size of the model (314B parameters), a multi-GPU machine is required to test the model with the example code.
|
| 31 |
|
| 32 |
+
p.s. we're hiring: https://x.ai/careers
|