fix model name in script
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ You can however use `--override-generation-config "${SAMPLER_JSONCONFIG}"` to ov
|
|
| 53 |
|
| 54 |
```bash
|
| 55 |
# Model configuration (Mandatory)
|
| 56 |
-
MODEL="mratsim/L3.3-Ignition-v0.1-70B-
|
| 57 |
MODELNAME="L3.3-Ignition-v0.1-70B"
|
| 58 |
GPU_UTIL=0.45
|
| 59 |
NUM_GPUS=2
|
|
|
|
| 53 |
|
| 54 |
```bash
|
| 55 |
# Model configuration (Mandatory)
|
| 56 |
+
MODEL="mratsim/L3.3-Ignition-v0.1-70B-NVFP4A16"
|
| 57 |
MODELNAME="L3.3-Ignition-v0.1-70B"
|
| 58 |
GPU_UTIL=0.45
|
| 59 |
NUM_GPUS=2
|