environment.yaml 343 B

123456789101112131415161718192021
  1. name: aphrodite
  2. channels:
  3. - nvidia
  4. - pytorch
  5. - nvidia/label/cuda-12.4.1
  6. - conda-forge
  7. - defaults
  8. dependencies:
  9. - python=3.11.*
  10. - pytorch=2.4.0
  11. - pytorch-cuda=12.4.*
  12. - cuda-nvcc=12.4.*
  13. - cuda-libraries-dev=12.4.*
  14. - cuda=12.4.*
  15. - cuda-version=12.4.*
  16. - nccl
  17. - cxx-compiler
  18. - gxx=11.3
  19. - pip
  20. - git=2.35.1
  21. - ninja