Skip to content

Commit

Permalink
Docs: Updated README for v0.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfraser committed Feb 15, 2024
1 parent 42a8fcf commit 2d76aa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For each one of these layers, quantization of different tensors (inputs, weights

As a reference for PTQ, Brevitas provides an example user flow for ImageNet classification models under [`brevitas_examples.imagenet_classification.ptq`](https://github.com/Xilinx/brevitas/blob/master/src/brevitas_examples/imagenet_classification/ptq/ptq_evaluate.py) that quantizes an input torchvision model using PTQ under different quantization configurations (e.g. bit-width, granularity of scale, etc).

For more info, checkout https://xilinx.github.io/brevitas/getting_started .
For more info, checkout our [getting started guide](https://xilinx.github.io/brevitas/getting_started).

## Cite as

Expand All @@ -50,6 +50,7 @@ If you adopt Brevitas in your work, please cite it as:

## History

- *2024/02/15* - Minor release version 0.10.1, see the [release notes](https://github.com/Xilinx/brevitas/releases/tag/v0.10.1).
- *2023/12/08* - Release version 0.10.0, see the [release notes](https://github.com/Xilinx/brevitas/releases/tag/v0.10.0).
- *2023/04/28* - Minor release version 0.9.1, see the [release notes](https://github.com/Xilinx/brevitas/releases/tag/v0.9.1).
- *2023/04/21* - Release version 0.9.0, see the [release notes](https://github.com/Xilinx/brevitas/releases/tag/v0.9.0).
Expand Down

0 comments on commit 2d76aa3

Please sign in to comment.