COMMITS
/ tutorials/quantize_vit/run_vit_b_quant.py August 13, 2025
A
Drop support for PyTorch 2.5 and before (#2720)
andrewor14 committed
March 17, 2025
A
Add copyright header and pre-commit validator (#1900)
Apurva Jain committed
January 8, 2025
A
Lint tutorials (#1520)
Apurva Jain committed
September 24, 2024
J
Add workaround to recover the perf for quantized vit in torch.compile (#926)
Jerry Zhang committed
August 14, 2024
M
retry version guard fix (#679)
Mark Saroufim committed
August 3, 2024
J
Unpin nightly version (#593)
Jerry Zhang committed
August 1, 2024
J
Allow `benchmark_model` to accept args and kwargs (#586)
Jerry Zhang committed
July 4, 2024
J
Renaming `quantize` to `quantize_` (#467)
Jerry Zhang committed
June 21, 2024
J
Refactor the API for quant method argument for quantize function (#400)
Jerry Zhang committed
June 13, 2024
J
Deprecate top level quantization APIs (#344)
Jerry Zhang committed
June 4, 2024
J
Refactor int4 and int8 weight only quantization to use `quantize` (#301)
Jerry Zhang committed
S
Update old pretrained TorchVision API in ao tutorials (#313) (#314)
Sergii Dymchenko committed
May 20, 2024
L
In tutorials/quantize_vit, extract common methods to util.py (#238)
lancerts committed
March 22, 2024
C
Quantize vit_b_16 tutorial - Part 1 (#60)
cpuhrsch committed