Update README.md
Browse files
README.md
CHANGED
|
@@ -108,6 +108,7 @@ OUTPUT_DIR="results/DeepSeek-R1-0528-MXFP4-Preview-Seed"
|
|
| 108 |
LOG="logs/deepseek_0528_maxfp4.log"
|
| 109 |
|
| 110 |
for i in $(seq 1 10); do
|
|
|
|
| 111 |
SEED=$(shuf -i 0-1073741823 -n 1)
|
| 112 |
|
| 113 |
lighteval vllm $MODEL_ARGS "custom|aime24_single|0|0,custom|math_500_single|0|0,custom|gpqa:diamond_single|0|0" \
|
|
|
|
| 108 |
LOG="logs/deepseek_0528_maxfp4.log"
|
| 109 |
|
| 110 |
for i in $(seq 1 10); do
|
| 111 |
+
# seed in [0, 2**30 - 1]
|
| 112 |
SEED=$(shuf -i 0-1073741823 -n 1)
|
| 113 |
|
| 114 |
lighteval vllm $MODEL_ARGS "custom|aime24_single|0|0,custom|math_500_single|0|0,custom|gpqa:diamond_single|0|0" \
|