Skip to content

Commit 2d76aa3

Browse files
committed
Docs: Updated README for v0.10.1 release
1 parent 42a8fcf commit 2d76aa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For each one of these layers, quantization of different tensors (inputs, weights
3232

3333
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).
3434

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

3737
## Cite as
3838

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

5151
## History
5252

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

0 commit comments

Comments
 (0)