ray/python/requirements_ml_docker.txt

8 lines
236 B
Text
Raw Normal View History

ipython
# In TF >v2, GPU support is included in the base package.
tensorflow==2.4.3
2021-01-27 13:45:30 -08:00
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.8.1+cu111
2021-01-27 13:45:30 -08:00
-f https://download.pytorch.org/whl/torch_stable.html
torchvision==0.9.1+cu111