OPEA
/

Safetensors
qwen2_vl
4-bit precision
auto-round
cicdatopea commited on
Commit
91e3098
·
verified ·
1 Parent(s): 1ff91a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -19,6 +19,10 @@ KeyError: 'qwen2_vl'
19
  ```
20
 
21
  ### INT4 Inference
 
 
 
 
22
  ```python
23
  from auto_round import AutoRoundConfig ## must import for auto-round format
24
  import requests
 
19
  ```
20
 
21
  ### INT4 Inference
22
+
23
+ transformers<4.52
24
+
25
+
26
  ```python
27
  from auto_round import AutoRoundConfig ## must import for auto-round format
28
  import requests