Update README.md
Browse files
README.md
CHANGED
|
@@ -101,9 +101,7 @@ Evaluation was conducted using the framework [lm-evaluation-harness](https://git
|
|
| 101 |
|
| 102 |
### Reproduction
|
| 103 |
|
| 104 |
-
The results were obtained using the following commands
|
| 105 |
-
|
| 106 |
-
#### AIME2024
|
| 107 |
```
|
| 108 |
# starting server
|
| 109 |
python3 -m sglang.launch_server \
|
|
@@ -112,7 +110,10 @@ python3 -m sglang.launch_server \
|
|
| 112 |
--trust-remote-code \
|
| 113 |
--n-share-experts-fusion 8 \
|
| 114 |
--disable-radix-cache
|
|
|
|
| 115 |
|
|
|
|
|
|
|
| 116 |
# evaluating
|
| 117 |
lm_eval --model local-completions \
|
| 118 |
--model_args model=amd/DeepSeek-R1-MXFP4,base_url=http://localhost:30000/v1/completions,num_concurrent=999999,timeout=999999,tokenized_requests=False,max_length=32000,temperature=0.6,top_p=0.95 \
|
|
|
|
| 101 |
|
| 102 |
### Reproduction
|
| 103 |
|
| 104 |
+
The results were obtained using the following commands.
|
|
|
|
|
|
|
| 105 |
```
|
| 106 |
# starting server
|
| 107 |
python3 -m sglang.launch_server \
|
|
|
|
| 110 |
--trust-remote-code \
|
| 111 |
--n-share-experts-fusion 8 \
|
| 112 |
--disable-radix-cache
|
| 113 |
+
```
|
| 114 |
|
| 115 |
+
#### AIME2024
|
| 116 |
+
```
|
| 117 |
# evaluating
|
| 118 |
lm_eval --model local-completions \
|
| 119 |
--model_args model=amd/DeepSeek-R1-MXFP4,base_url=http://localhost:30000/v1/completions,num_concurrent=999999,timeout=999999,tokenized_requests=False,max_length=32000,temperature=0.6,top_p=0.95 \
|