Update README.md
Browse files
README.md
CHANGED
|
@@ -164,6 +164,7 @@ Sorted list: [1, 3, 5, 7, 8, 9, 10]
|
|
| 164 |
|
| 165 |
|
| 166 |
### Generate the model
|
|
|
|
| 167 |
|
| 168 |
```bash
|
| 169 |
auto_round --model cerebras/MiniMax-M2-REAP-172B-A10B --scheme q2_k_mixed --output_dir tmp_autoround --iters 0
|
|
|
|
| 164 |
|
| 165 |
|
| 166 |
### Generate the model
|
| 167 |
+
If you encounter a bug when loading the model, please remove the ```@check_model_inputs``` decorator in ```modeling_minimax_m2.py```.
|
| 168 |
|
| 169 |
```bash
|
| 170 |
auto_round --model cerebras/MiniMax-M2-REAP-172B-A10B --scheme q2_k_mixed --output_dir tmp_autoround --iters 0
|