environment.yaml 491 B

12345678910111213141516171819202122232425
  1. name: taming
  2. channels:
  3. - pytorch
  4. - defaults
  5. dependencies:
  6. - python=3.8.5
  7. - pip=20.3
  8. - cudatoolkit=10.2
  9. - pytorch=1.7.0
  10. - torchvision=0.8.1
  11. - numpy=1.19.2
  12. - pip:
  13. - albumentations==0.4.3
  14. - opencv-python==4.1.2.30
  15. - pudb==2019.2
  16. - imageio==2.9.0
  17. - imageio-ffmpeg==0.4.2
  18. - pytorch-lightning==1.0.8
  19. - omegaconf==2.0.0
  20. - test-tube>=0.7.5
  21. - streamlit>=0.73.1
  22. - einops==0.3.0
  23. - more-itertools>=8.0.0
  24. - transformers==4.3.1
  25. - -e .