Spaces:
Configuration error
Configuration error
Kian Kyars
commited on
Commit
·
fc14fba
1
Parent(s):
bc311dd
Fix transformers version conflict with colpali-engine
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ model_image = (
|
|
| 15 |
.apt_install("git")
|
| 16 |
.pip_install(
|
| 17 |
[
|
| 18 |
-
"transformers
|
| 19 |
"torch==2.4.1",
|
| 20 |
"torchvision==0.19.1",
|
| 21 |
"git+https://github.com/illuin-tech/colpali.git@782edcd50108d1842d154730ad3ce72476a2d17d",
|
|
|
|
| 15 |
.apt_install("git")
|
| 16 |
.pip_install(
|
| 17 |
[
|
| 18 |
+
"transformers>=4.45.0",
|
| 19 |
"torch==2.4.1",
|
| 20 |
"torchvision==0.19.1",
|
| 21 |
"git+https://github.com/illuin-tech/colpali.git@782edcd50108d1842d154730ad3ce72476a2d17d",
|