2024-04-05 00:39:17 -07:00
|
|
|
# Common dependencies
|
|
|
|
|
-r requirements-common.txt
|
|
|
|
|
|
2024-11-26 08:02:39 +05:30
|
|
|
# Dependencies for CPUs
|
|
|
|
|
torch==2.5.1+cpu; platform_machine != "ppc64le" and platform_machine != "aarch64"
|
|
|
|
|
torch==2.5.1; platform_machine == "aarch64"
|
|
|
|
|
torchvision; platform_machine != "ppc64le" # required for the image processor of phi3v, this must be updated alongside torch
|