Skip to content

Commit

Permalink
Fix broken link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
irenaby authored Aug 4, 2024
1 parent 3f80214 commit d5dca65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please note that the quantization wrapper and the quantizers are framework-speci
## Quantizers:

The library provides the "Inferable Quantizer" interface for implementing new quantizers.
This interface is based on the [`BaseInferableQuantizer`](common/base_inferable_quantizer.py) class, which allows the definition of quantizers used for emulating inference-time quantization.
This interface is based on the [`BaseInferableQuantizer`](mct_quantizers/common/base_inferable_quantizer.py) class, which allows the definition of quantizers used for emulating inference-time quantization.

On top of `BaseInferableQuantizer` the library defines a set of framework-specific quantizers for both weights and activations:
1. [Keras Quantizers](mct_quantizers/keras/quantizers)
Expand Down

0 comments on commit d5dca65

Please sign in to comment.