Skip to content

Commit

Permalink
limit torch and torchvision
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzintel committed Aug 1, 2024
1 parent d2e5ae5 commit 9f44eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llm_bench/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ openvino-tokenizers~=2024.3.0
openvino_genai~=2024.3.0
auto-gptq>=0.5.1 # for gptq
pillow
torch<2.5.0+cpu
torchvision<0.20.0+cpu
torch<2.5.0
torchvision<0.20.0
transformers>=4.40.0,<4.43.0
diffusers>=0.22.0
#optimum is in dependency list of optimum-intel
Expand Down

0 comments on commit 9f44eaf

Please sign in to comment.