Skip to content

Commit

Permalink
update README.md (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
chensuyue committed Mar 8, 2024
1 parent 53fb877 commit 514aa49
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ AutoRound is an advanced weight-only quantization algorithm for low-bits LLM inf
pip install -r requirements.txt
python setup.py install
```
### Install from pypi
```bash
pip install auto-round
```
## Usage of Tuning

### On CPU/ Gaudi2/ GPU
Expand Down Expand Up @@ -181,11 +185,6 @@ We provide a [comprehensive analysis](docs/acc.md) with other methods in our acc

3 Setting 'minmax_lr' to 2.0/iters has been observed to occasionally yield improved results.


## Examples
Quantization has been enabled for various large language models. Please refer to the [example readme](examples/README.md) for details.


## Reference
If you find SignRound useful for your research, please cite our paper:
```bash
Expand Down

0 comments on commit 514aa49

Please sign in to comment.