diff options
Diffstat (limited to 'environment.yaml')
-rw-r--r-- | environment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/environment.yaml b/environment.yaml index 7aa5312..4972ebd 100644 --- a/environment.yaml +++ b/environment.yaml | |||
@@ -11,7 +11,7 @@ dependencies: | |||
11 | - pytorch=1.12.1 | 11 | - pytorch=1.12.1 |
12 | - torchvision=0.13.1 | 12 | - torchvision=0.13.1 |
13 | - pandas=1.4.3 | 13 | - pandas=1.4.3 |
14 | - xformers=0.0.14.dev315 | 14 | - xformers=0.0.15.dev337 |
15 | - pip: | 15 | - pip: |
16 | - -e . | 16 | - -e . |
17 | - -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers | 17 | - -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers |
@@ -35,4 +35,4 @@ dependencies: | |||
35 | - torch-fidelity==0.3.0 | 35 | - torch-fidelity==0.3.0 |
36 | - torchmetrics==0.9.3 | 36 | - torchmetrics==0.9.3 |
37 | - transformers==4.23.1 | 37 | - transformers==4.23.1 |
38 | - triton==2.0.0.dev20220924 | 38 | - triton==2.0.0.dev20221105 |