Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,6 @@ change the code in 1517 line like this:
|
|
| 35 |
#assert (
|
| 36 |
# weight_scale.shape[assert_dim] % block_size == 0
|
| 37 |
#), f"Expected {name}_weight_scale.dim({assert_dim}) to be divisible by {block_size}"
|
| 38 |
-
assert (
|
| 39 |
```
|
| 40 |
|
| 41 |
deploy command MiniMax-M2.1-NVFP4 on sglang:
|
|
|
|
| 35 |
#assert (
|
| 36 |
# weight_scale.shape[assert_dim] % block_size == 0
|
| 37 |
#), f"Expected {name}_weight_scale.dim({assert_dim}) to be divisible by {block_size}"
|
|
|
|
| 38 |
```
|
| 39 |
|
| 40 |
deploy command MiniMax-M2.1-NVFP4 on sglang:
|