requirements_ml_docker.txt 704 B

12345678910111213141516
  1. ipython
  2. # Needed for Ray Client error message serialization/deserialization.
  3. tblib
  4. # If you make changes below this line, please also make the corresponding changes to `requirements_dl.txt`!
  5. --extra-index-url https://download.pytorch.org/whl/cu116 # for GPU versions of torch, torchvision
  6. --find-links https://data.pyg.org/whl/torch-1.13.0+cu116.html # for GPU versions of torch-scatter, torch-sparse, torch-cluster, torch-spline-conv
  7. # specifying explicit plus-notation below so pip overwrites the existing cpu verisons
  8. torch==1.13.0+cu116
  9. torchvision==0.14.0+cu116
  10. torch-scatter==2.1.0+pt113cu116
  11. torch-sparse==0.6.15+pt113cu116
  12. torch-cluster==1.6.0+pt113cu116
  13. torch-spline-conv==1.2.1+pt113cu116