Skip to content

Commit

Permalink
[CPU] Missing ray for CPU backend
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonFool committed Nov 5, 2024
1 parent ad23318 commit 5ac63dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
-r requirements-common.txt

# Dependencies for x86_64 CPUs
ray >= 2.9
torch == 2.4.0+cpu; platform_machine != "ppc64le"
torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch

0 comments on commit 5ac63dd

Please sign in to comment.