Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

fix install conflict due to torchvision 0.18.1 #348

Closed
wants to merge 1 commit into from
Closed
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 requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ray
sentence-transformers # required for embedding
optimum # required for hf gptq baselines
auto-gptq # required for hf gptq baselines
torchvision # required for the image processor of phi3v
torchvision<=0.18.0 # required for the image processor of phi3v; 0.18.1 requires torch 2.3.1 which conflicts with nm-vllm

# Benchmarking
aiohttp
Expand Down