diff --git a/README.md b/README.md index 4cd567624bb0e4..17efbbca458c60 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@
An easy-to-use LLM quantization and inference toolkit based on GPTQ algorithm (weight-only quantization).
- - + + @@ -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 .