# Common project dependencies
-r common.txt

# Dependencies for NVIDIA GPUs
ray >= 2.9
nvidia-ml-py # for pynvml package


# do not pin version because the dockerfile requires cuda.txt
torch
# Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version
torchvision
# platform_system == 'Linux' and platform_machine == 'x86_64' 
xformers
