Skip to content

Commit

Permalink
add pip install
Browse files Browse the repository at this point in the history
mobicham committed Dec 18, 2023
1 parent 68b473f commit bb422c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,9 @@ This folder contains the code to perform Half-Quadratic Quantization (<b>HQQ</b>
<b>HQQ</b> is a fast and accurate model quantizer that skips the need for calibration data. It's super simple to implement (just a few lines of code for the optimizer). It can crunch through quantizing the Llama2-70B model in only 4 minutes! 🚀

### Installation
You install hqq via ```pip install hqq```. To get the latest version, you can install the core library directly via ```pip install git+https://github.com/mobiusml/hqq.git```.
You can install hqq via ```pip install hqq```.

To get the latest version, you can install the core library directly via ```pip install git+https://github.com/mobiusml/hqq.git```.

Alternatively, clone the repo and run ```pip install .``` from this current folder.

0 comments on commit bb422c9

Please sign in to comment.