2024-04-05 00:39:17 -07:00
|
|
|
# Common dependencies
|
|
|
|
-r requirements-common.txt
|
|
|
|
|
|
|
|
# Dependencies for NVIDIA GPUs
|
|
|
|
ray >= 2.9
|
2024-10-30 14:05:43 +08:00
|
|
|
nvidia-ml-py >= 12.560.30 # for pynvml package
|
2024-10-27 05:44:24 -04:00
|
|
|
torch == 2.5.0
|
2024-06-24 12:11:53 +08:00
|
|
|
# These must be updated alongside torch
|
2024-10-27 05:44:24 -04:00
|
|
|
torchvision == 0.20 # Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version
|
|
|
|
xformers == 0.0.28.post2; platform_system == 'Linux' and platform_machine == 'x86_64' # Requires PyTorch 2.5.0
|