Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
This is a copy of 'Qwen/Qwen-VL-Chat-Int4' but with the possibility to pass the image tensors as a parameter, not downloading them from internet. model.forward(**inputs) -> model.forward(**inputs, image_list)
|