Skip to content

Commit

Permalink
Update README.md (pytorch#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed Apr 29, 2024
1 parent 6bcf244 commit e3ed90f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ From source
```Shell
git clone https://github.com/pytorch/ao
cd ao
python setup.py develop
pip install .
```

### Quantization
Expand Down Expand Up @@ -92,8 +92,6 @@ To learn more try out our APIs, you can check out API examples in

## Supported Features
1. [Quantization algorithms](./torchao/quantization)
- Int4 weight-only quantization TODO: Where is this?

- [Int8 weight-only](https://github.com/pytorch/ao/blob/main/torchao/quantization/weight_only.py) quantization
- [Int4 weight-only](https://github.com/pytorch/pytorch/blob/main/aten/src/ATen/native/cuda/int4mm.cu) quantization
- [GPTQ](https://github.com/pytorch/ao/blob/main/torchao/quantization/GPTQ.py) and [Smoothquant](https://github.com/pytorch/ao/blob/main/torchao/quantization/smoothquant.py) for low latency inference
Expand Down

0 comments on commit e3ed90f

Please sign in to comment.