Skip to content

Commit

Permalink
Update README.md (huggingface#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qubitium authored Jun 20, 2024
1 parent a8a3c7d commit 7b31bf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">GPTQModel</h1>
<p align="center">An easy-to-use LLM quantization and inference toolkit based on GPTQ algorithm (weight-only quantization).</p>
<p align="center">
<a href="https://github.com/Qubitium/GPTQModel/releases">
<img alt="GitHub release" src="https://img.shields.io/github/release/Qubitium/GPTQModel.svg">
<a href="https://github.com/ModelCloud/GPTQModel/releases">
<img alt="GitHub release" src="https://img.shields.io/github/release/ModelCloud/GPTQModel.svg">
</a>
<a href="https://pypi.org/project/model-gptq/">
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dd/gptq-model">
Expand Down Expand Up @@ -85,7 +85,7 @@ GPTQModel is available for Linux only. You can install the latest stable release

```bash
# clone repo
git clone https://github.com/Qubitium/GPTQModel.git && cd GPTQModel
git clone https://github.com/ModelCloud/GPTQModel.git && cd GPTQModel

# compile and install
pip install -vvv --no-build-isolation .
Expand Down

0 comments on commit 7b31bf6

Please sign in to comment.