Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Applying quantization with `llmcompressor`:
* [Activation quantization to `fp8`](examples/quantization_w8a8_fp8/README.md)
* [Activation quantization to MXFP8](examples/quantization_w8a8_mxfp8)
* [Activation quantization to `fp4` (NVFP4)](examples/quantization_w4a4_fp4)
* [Activation quantization to `fp4` (MXFP4)](experimental/mxfp4)
* [Activation quantization to `fp4` (MXFP4)](examples/quantization_w4a4_mxfp4)
* [Activation quantization to `fp4` using AutoRound](examples/autoround/quantization_w4a4_fp4/README.md)
* [Activation quantization to `fp8` and weight quantization to `int4`](examples/quantization_w4a8_fp8)

Expand Down
2 changes: 1 addition & 1 deletion examples/autoround/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The accuracy of the quantized model is configured by tuning-related parameters.
| `W8A8-FP8` Dynamic | [llama4_example](./quantization_w8a8_fp8/llama4_dynamic_quant_example.py) | |
| `W8A8-FP8` Block | [llama3.1_example](./quantization_w8a8_fp8/llama3.1_block_quant_example.py) | |
| `NVFP4` | [llama3.1_example](./quantization_w4a4_fp4/llama3.1_example.py) | |
| `MXFP4` | [qwen3_example](../../experimental/mxfp4/autoround_qwen3_example.py) | |
| `MXFP4` | [qwen3_example](../quantization_w4a4_mxfp4/autoround_qwen3_example.py) | |
Comment thread
dsikka marked this conversation as resolved.


### Known Issues
Expand Down
5 changes: 0 additions & 5 deletions experimental/mxfp4/README.md

This file was deleted.

Loading