mirror of
https://github.com/xai-org/grok-1.git
synced 2025-04-03 18:00:10 +03:00
Compare commits
3 Commits
72d3a0dd94
...
1094ba77eb
Author | SHA1 | Date | |
---|---|---|---|
|
1094ba77eb | ||
|
7050ed204b | ||
|
1f4350143d |
@ -22,7 +22,7 @@ The implementation of the MoE layer in this repository is not efficient. The imp
|
|||||||
|
|
||||||
Grok-1 is currently designed with the following specifications:
|
Grok-1 is currently designed with the following specifications:
|
||||||
|
|
||||||
- **Parameters:** 314B
|
- **Parameters:** 314B (86B active)
|
||||||
- **Architecture:** Mixture of 8 Experts (MoE)
|
- **Architecture:** Mixture of 8 Experts (MoE)
|
||||||
- **Experts Utilization:** 2 experts used per token
|
- **Experts Utilization:** 2 experts used per token
|
||||||
- **Layers:** 64
|
- **Layers:** 64
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
dm_haiku==0.0.12
|
dm_haiku==0.0.12
|
||||||
jax[cuda12_pip]==0.4.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
jax[cuda12-pip]==0.4.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
||||||
numpy==1.26.4
|
numpy==1.26.4
|
||||||
sentencepiece==0.2.0
|
sentencepiece==0.2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user