environment.yaml 238 B

12345678910111213
  1. name: loftr
  2. channels:
  3. # - https://dx-mirrors.sensetime.com/anaconda/cloud/pytorch
  4. - pytorch
  5. - conda-forge
  6. - defaults
  7. dependencies:
  8. - python=3.8
  9. - cudatoolkit=10.2
  10. - pytorch=1.8.1
  11. - pip
  12. - pip:
  13. - -r requirements.txt