We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd7409 commit f93bf2bCopy full SHA for f93bf2b
requirements-cpu.txt
@@ -4,4 +4,5 @@
4
# Dependencies for CPUs
5
torch==2.5.1+cpu; platform_machine != "ppc64le" and platform_machine != "aarch64"
6
torch==2.5.1; platform_machine == "aarch64"
7
-torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch
+torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch
8
+datasets # for benchmark scripts
0 commit comments