image-matching-webui / environment.yaml
Realcat
update: major change
499e141
raw
history blame
190 Bytes
name: imw
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.10.10
- pytorch-cuda=12.1
- pytorch=2.4.0
- pip
- pip:
- -r requirements.txt