Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ Please follow the license of the original model.
|
|
| 15 |
Requirements
|
| 16 |
|
| 17 |
```bash
|
| 18 |
-
pip install 'auto-round
|
| 19 |
pip install 'transformers>=4.52'
|
| 20 |
```
|
| 21 |
|
|
@@ -24,7 +24,6 @@ from transformers import AutoProcessor, Gemma3ForConditionalGeneration
|
|
| 24 |
from PIL import Image
|
| 25 |
import requests
|
| 26 |
import torch
|
| 27 |
-
from auto_round import AutoRoundConfig ## must import for autoround format or use the tranformers>4.51.3
|
| 28 |
|
| 29 |
model_id = "OPEA/gemma-3-12b-it-int4-AutoRound"
|
| 30 |
|
|
|
|
| 15 |
Requirements
|
| 16 |
|
| 17 |
```bash
|
| 18 |
+
pip install 'auto-round>0.5.1'
|
| 19 |
pip install 'transformers>=4.52'
|
| 20 |
```
|
| 21 |
|
|
|
|
| 24 |
from PIL import Image
|
| 25 |
import requests
|
| 26 |
import torch
|
|
|
|
| 27 |
|
| 28 |
model_id = "OPEA/gemma-3-12b-it-int4-AutoRound"
|
| 29 |
|