environment.yaml 264 B

12345678910111213141516
  1. name: aphrodite
  2. channels:
  3. - pytorch
  4. - nvidia/label/cuda-11.8.0
  5. - conda-forge
  6. - defaults
  7. dependencies:
  8. - python=3.10.*
  9. - pytorch=2.0.*
  10. - pytorch-cuda=11.8
  11. - cuda-nvcc=11.8
  12. - cuda-libraries-dev=11.8
  13. - cxx-compiler
  14. - pip
  15. - git=2.35.1
  16. - ninja