dbotwinick commited on
Commit
e721ce3
·
verified ·
1 Parent(s): ae4e811

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -20,11 +20,7 @@ tags:
20
 
21
  This is an experimental quantization of MiniMax M3 to NVFP4 for use on DGX Spark. (Note: This quantization is not DGX Spark only.)
22
 
23
- NVFP4 uses w1/3 scales, so need either: https://github.com/scitrera/sglang/tree/nvfp4-w13-scale-normalization (or possibly sglang PR#27588) in place to properly
24
- use the calibration from this model.
25
-
26
- The calibration is still a work in progress (hence "v0" model). Updates are planned to improve performance.
27
-
28
  Run with sparkrun; part of Spark Arena
29
 
30
  https://sparkrun.dev
@@ -35,6 +31,19 @@ To run with sparkrun on 4x DGX Spark Nodes:
35
  sparkrun run @experimental/minimax-m3-v0-nvfp4-4x
36
  ```
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
  <div align="center">
40
  <img width="60%" src="figures/logo.svg" alt="MiniMax">
 
20
 
21
  This is an experimental quantization of MiniMax M3 to NVFP4 for use on DGX Spark. (Note: This quantization is not DGX Spark only.)
22
 
23
+ For DGX Spark Users:
 
 
 
 
24
  Run with sparkrun; part of Spark Arena
25
 
26
  https://sparkrun.dev
 
31
  sparkrun run @experimental/minimax-m3-v0-nvfp4-4x
32
  ```
33
 
34
+ For RTX Pro 6000 Users (or DGX Spark Users who don't want to use sparkrun):
35
+ You can run this using the custom sglang container:
36
+ ```
37
+ docker pull scitrera/dgx-spark-sglang-mm:v0
38
+ ```
39
+ (Container build is multi-arch so it can be used for x86 and ARM)
40
+
41
+ Reference settings can be derived from the sparkrun recipe:
42
+ https://github.com/spark-arena/recipe-registry/blob/main/experimental-recipes/minimax-m3/minimax-m3-v0-nvfp4-4x.yaml
43
+
44
+ Happy Coding! Let's go!
45
+
46
+ ---
47
 
48
  <div align="center">
49
  <img width="60%" src="figures/logo.svg" alt="MiniMax">