Skip to content

Commit

Permalink
Fix filename in example command (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi authored Sep 13, 2024
1 parent 4c45eff commit 7358094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/quantizing_moe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pip install -e .
The provided example script demonstrates an end-to-end process for applying the quantization algorithm:

```bash
python3 mixtral_moe.py
python3 mixtral_moe_fp8.py
```

## Creating a Quantized MoE Model
Expand Down Expand Up @@ -96,4 +96,4 @@ config_groups = {
}

recipe = GPTQModifier(config_groups=config_groups)
```
```

0 comments on commit 7358094

Please # to comment.