From 7b31bf6f654895a4eccb84c4a2e599db9b8b64bc Mon Sep 17 00:00:00 2001 From: Qubitium-ModelCloud Date: Thu, 20 Jun 2024 12:10:40 +0800 Subject: [PATCH] Update README.md (#13) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4cd567624bb0e4..17efbbca458c60 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

GPTQModel

An easy-to-use LLM quantization and inference toolkit based on GPTQ algorithm (weight-only quantization).

- - GitHub release + + GitHub release PyPI - Downloads @@ -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 .