COMMITS
/ torchao/quantization/subclass.py November 27, 2024
Y
Add Int4CPULayout and update int4 woq (#1278)
YanbingJiang committed
November 12, 2024
A
Ruff Lint fixes (torchao/quantization) (#1244)
Apurva Jain committed
September 10, 2024
V
add CI to disallow syntax errors and undefined vars in all Python files (#861)
Vasiliy Kuznetsov committed
July 26, 2024
J
Refactor LinearActQuantizedTensor (#542)
Jerry Zhang committed
June 13, 2024
J
Deprecate top level quantization APIs (#344)
Jerry Zhang committed
June 9, 2024
J
Move quant ops to utils.py (#331)
Jerry Zhang committed
June 7, 2024
J
Move some util functions from quantization.utils to torchao.utils (#337)
Jerry Zhang committed
May 31, 2024
J
Refactor int8 dynamic quantization with call to `quantize` (#294)
Jerry Zhang committed
May 24, 2024
J
Move `AffineQuantizedTensor` to torchao/dtypes (#272)
Jerry Zhang committed
J
Add `quantize` (#256)
Jerry Zhang committed
May 17, 2024
J
Add to function and decorator for `AffineQuantizedTensor` (#251)
Jerry Zhang committed
May 16, 2024
J
Remove args and kwargs from `AffineQuantizedTensor` (#247)
Jerry Zhang committed
J
Remove input_quant_func from AffineQuantizedTensor subclass (#243)
Jerry Zhang committed
May 14, 2024
J
Enable dispatch to tinygemm int4 and int8 kernels for quantized tensor (#230)
Jerry Zhang committed
May 7, 2024
J
Fix an error in subclass impl (#226)
Jerry Zhang committed
J
Unified AffineQuantizedTensor subclass (#214)
Jerry Zhang committed
May 3, 2024
J
Refactor tensor subclass API to also use paramterization (#146)
Jerry Zhang committed
April 29, 2024
J
deduplicate code for some torchao q/dq ops (#173)
Jerry Zhang committed
April 5, 2024
C
Reapply Autoquant (#82) (#109)
cpuhrsch committed
March 26, 2024
C
Revert "Autoquant (#82)" (#83)
cpuhrsch committed
March 25, 2024
H
Autoquant (#82)
HDCharles committed
March 22, 2024
C
Much lint, so wow (#76)
cpuhrsch committed
March 15, 2024
G
suppress errors in `pytorch`
generatedunixname89002005307016 committed
January 30, 2024
J
Revert "Add quant+sparse subclasses to torchao"
Jesse Cai committed
J
Add quant+sparse subclasses to torchao
Jesse Cai committed
December 20, 2023
H
Making subclass BC with torch version
HDCharles committed
December 14, 2023
H
fixes for sdxl
HDCharles committed
December 11, 2023
H
Subclass fixes for torchbench
HDCharles committed
November 28, 2023
H
Adding int4 quantized tensor subclass
HDCharles committed
H
Adding tests for save/load support
HDCharles committed
H
Adding subclass and api for weight-only quant
HDCharles committed
November 15, 2023
H
Documentation Updates
HDCharles committed
November 11, 2023
H
fixing imports for moved test
HDCharles committed
November 10, 2023
C
Move ao to torchao
Christian Puhrsch committed