TryingHard
commited on
Commit
•
35f5c81
1
Parent(s):
e9b0588
Update README.md
Browse files
README.md
CHANGED
@@ -49,7 +49,7 @@ git clone https://github.com/kq-chen/AutoGPTQ.git
|
|
49 |
cd AutoGPTQ
|
50 |
pip install -vvv --no-build-isolation -e .
|
51 |
```
|
52 |
-
Check [this](https://github.com/AutoGPTQ/AutoGPTQ/issues/194) first if you are building inside a Docker
|
53 |
|
54 |
### Usage
|
55 |
Below is a code snippet to run Ovis1.6-Gemma2-9B-GPTQ-Int4 with multimodal inputs. For additional usage instructions, including inference wrapper and Gradio UI, please refer to [Ovis GitHub](https://github.com/AIDC-AI/Ovis?tab=readme-ov-file#inference).
|
|
|
49 |
cd AutoGPTQ
|
50 |
pip install -vvv --no-build-isolation -e .
|
51 |
```
|
52 |
+
Check [this](https://github.com/AutoGPTQ/AutoGPTQ/issues/194) first if you are building inside a Docker container.
|
53 |
|
54 |
### Usage
|
55 |
Below is a code snippet to run Ovis1.6-Gemma2-9B-GPTQ-Int4 with multimodal inputs. For additional usage instructions, including inference wrapper and Gradio UI, please refer to [Ovis GitHub](https://github.com/AIDC-AI/Ovis?tab=readme-ov-file#inference).
|