Skip to content

Commit

Permalink
[ENV] fix env conflix #121
Browse files Browse the repository at this point in the history
  • Loading branch information
markkua committed Sep 17, 2024
1 parent 518ab83 commit 62413d5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ paper and inference code (this repository).

The inference code was tested on:

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

### 🪧 A Note for Windows users

Expand Down
6 changes: 3 additions & 3 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies:
- matplotlib>=3.8.2
- scipy>=1.11.4
- python=3.10.12
- pytorch=2.2.1
- pytorch=2.4.0
- pytorch-cuda=11.7
- torchvision=0.15.2
- torchvision=0.19.0
- pip:
- transformers==4.32.1
- transformers>=4.32.1
2 changes: 1 addition & 1 deletion requirements++.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ h5py
opencv-python
tensorboard
wandb
xformers==0.0.21
xformers==0.0.27.post2

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ accelerate>=0.22.0
diffusers>=0.25.0
matplotlib
scipy
torch==2.2.0
torchvision==0.15.2
torch==2.4.0
torchvision==0.19.0
transformers>=4.32.1

0 comments on commit 62413d5

Please sign in to comment.