Skip to content

Commit 62413d5

Browse files
committed
[ENV] fix env conflix #121
1 parent 518ab83 commit 62413d5

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ paper and inference code (this repository).
6161

6262
The inference code was tested on:
6363

64-
- Ubuntu 22.04 LTS, Python 3.10.12, CUDA 11.7, GeForce RTX 3090 (pip, Mamba)
65-
- CentOS Linux 7, Python 3.10.4, CUDA 11.7, GeForce RTX 4090 (pip)
66-
- Windows 11 22H2, Python 3.10.12, CUDA 12.3, GeForce RTX 3080 (Mamba)
67-
- MacOS 14.2, Python 3.10.12, M1 16G (pip)
64+
- Ubuntu 22.04 LTS, Python 3.10.12, CUDA 11.7, GeForce RTX 3090 (pip)
6865

6966
### 🪧 A Note for Windows users
7067

environment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ dependencies:
99
- matplotlib>=3.8.2
1010
- scipy>=1.11.4
1111
- python=3.10.12
12-
- pytorch=2.2.1
12+
- pytorch=2.4.0
1313
- pytorch-cuda=11.7
14-
- torchvision=0.15.2
14+
- torchvision=0.19.0
1515
- pip:
16-
- transformers==4.32.1
16+
- transformers>=4.32.1

requirements++.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ h5py
22
opencv-python
33
tensorboard
44
wandb
5-
xformers==0.0.21
5+
xformers==0.0.27.post2
66

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ accelerate>=0.22.0
22
diffusers>=0.25.0
33
matplotlib
44
scipy
5-
torch==2.2.0
6-
torchvision==0.15.2
5+
torch==2.4.0
6+
torchvision==0.19.0
77
transformers>=4.32.1

0 commit comments

Comments
 (0)