cicdatopea commited on
Commit
7c04311
·
verified ·
1 Parent(s): 6b5243d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
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>=0.5'
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