Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hypencoder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Core ML stack. transformers must stay <5 - the Hypencoder checkpoints'
# saved config triggers a meta-device path in transformers >=5 that
# .from_pretrained() rejects. 4.45+ is fine.
torch>=2.5
torch>=2.11.0
transformers>=4.45,<5

# ONNX export + runtime (used both for export and for the optional INT8
Expand Down
2 changes: 1 addition & 1 deletion reverse-image-search/script/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch>=2.5.0
torch>=2.11.0
transformers>=4.46.0
torchvision>=0.20.0
pillow>=11.0.0
Expand Down
2 changes: 1 addition & 1 deletion visual-retrieval-colpali/src/legacy-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ threadpoolctl==3.5.0
# via scikit-learn
tokenizers==0.20.3
# via transformers
torch==2.8.0
torch==2.11.0
# via
# visual-retrieval-colpali (pyproject.toml)
# accelerate
Expand Down
Loading