Stable-X commited on
Commit
b0aae1b
1 Parent(s): 5a691f3

Update requirements

Browse files
Files changed (2) hide show
  1. requirements.txt +2 -1
  2. requirements_min.txt +1 -0
requirements.txt CHANGED
@@ -109,7 +109,8 @@ sympy==1.12.1
109
  tokenizers==0.15.2
110
  tomlkit==0.12.0
111
  toolz==0.12.1
112
- torch==2.2.0
 
113
  tqdm==4.66.4
114
  transformers==4.36.1
115
  trimesh==4.0.5
 
109
  tokenizers==0.15.2
110
  tomlkit==0.12.0
111
  toolz==0.12.1
112
+ torch==2.0.1
113
+ torchvision==v0.15.2
114
  tqdm==4.66.4
115
  transformers==4.36.1
116
  trimesh==4.0.5
requirements_min.txt CHANGED
@@ -13,6 +13,7 @@ diffusers>=0.28.0
13
  matplotlib==3.8.2
14
  scipy==1.11.4
15
  torch==2.0.1
 
16
  transformers==4.36.1
17
  xformers==0.0.21
18
  opencv-python-headless==4.8.1.78
 
13
  matplotlib==3.8.2
14
  scipy==1.11.4
15
  torch==2.0.1
16
+ torchvision==v0.15.2
17
  transformers==4.36.1
18
  xformers==0.0.21
19
  opencv-python-headless==4.8.1.78