Skip to content

Commit 7358094

Browse files
authored
Fix filename in example command (#173)
1 parent 4c45eff commit 7358094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/quantizing_moe/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install -e .
1717
The provided example script demonstrates an end-to-end process for applying the quantization algorithm:
1818

1919
```bash
20-
python3 mixtral_moe.py
20+
python3 mixtral_moe_fp8.py
2121
```
2222

2323
## Creating a Quantized MoE Model
@@ -96,4 +96,4 @@ config_groups = {
9696
}
9797

9898
recipe = GPTQModifier(config_groups=config_groups)
99-
```
99+
```

0 commit comments

Comments
 (0)