back to torch modules 2.1.2 v
Browse files- requirements.txt +10 -12
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
torch==2.
|
| 2 |
-
torchvision==0.
|
| 3 |
-
torchaudio==2.
|
| 4 |
-
|
| 5 |
-
|
| 6 |
absl-py==2.1.0
|
| 7 |
accelerate==1.1.1
|
| 8 |
addict==2.4.0
|
|
@@ -35,8 +35,7 @@ dataclasses-json==0.6.7
|
|
| 35 |
datasets==3.1.0
|
| 36 |
decorator==4.4.2
|
| 37 |
Deprecated==1.2.15
|
| 38 |
-
|
| 39 |
-
diffusers
|
| 40 |
dill==0.3.8
|
| 41 |
docker-pycreds==0.4.0
|
| 42 |
einops==0.8.0
|
|
@@ -124,7 +123,7 @@ ort-nightly-gpu==1.15.0.dev20230502003
|
|
| 124 |
packaging==24.2
|
| 125 |
pandas==2.2.3
|
| 126 |
parso==0.8.4
|
| 127 |
-
peft
|
| 128 |
pexpect==4.9.0
|
| 129 |
pillow==10.2.0
|
| 130 |
platformdirs==4.3.6
|
|
@@ -154,8 +153,7 @@ python-dateutil==2.9.0.post0
|
|
| 154 |
python-dotenv==1.0.1
|
| 155 |
python-multipart>=0.0.18
|
| 156 |
--extra-index-url https://miropsota.github.io/torch_packages_builder
|
| 157 |
-
|
| 158 |
-
pytorch3d
|
| 159 |
pytz==2024.2
|
| 160 |
PyYAML==6.0.2
|
| 161 |
pyzmq==26.2.0
|
|
@@ -201,7 +199,7 @@ tqdm==4.67.0
|
|
| 201 |
traitlets==5.14.3
|
| 202 |
transformers==4.46.2
|
| 203 |
trimesh==4.5.2
|
| 204 |
-
triton==
|
| 205 |
typeguard==2.13.3
|
| 206 |
typer==0.13.0
|
| 207 |
typing-inspect==0.9.0
|
|
@@ -217,7 +215,7 @@ websockets==12.0
|
|
| 217 |
Werkzeug==3.0.6
|
| 218 |
widgetsnbextension==4.0.13
|
| 219 |
wrapt==1.16.0
|
| 220 |
-
xformers
|
| 221 |
xxhash==3.5.0
|
| 222 |
yacs==0.1.8
|
| 223 |
yarl==1.17.1
|
|
|
|
| 1 |
+
torch==2.1.2
|
| 2 |
+
torchvision==0.16.2
|
| 3 |
+
torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cu121
|
| 4 |
+
gradio==5.8.0
|
| 5 |
+
huggingface_hub==0.25.2
|
| 6 |
absl-py==2.1.0
|
| 7 |
accelerate==1.1.1
|
| 8 |
addict==2.4.0
|
|
|
|
| 35 |
datasets==3.1.0
|
| 36 |
decorator==4.4.2
|
| 37 |
Deprecated==1.2.15
|
| 38 |
+
diffusers==0.26.0
|
|
|
|
| 39 |
dill==0.3.8
|
| 40 |
docker-pycreds==0.4.0
|
| 41 |
einops==0.8.0
|
|
|
|
| 123 |
packaging==24.2
|
| 124 |
pandas==2.2.3
|
| 125 |
parso==0.8.4
|
| 126 |
+
peft==0.13.2
|
| 127 |
pexpect==4.9.0
|
| 128 |
pillow==10.2.0
|
| 129 |
platformdirs==4.3.6
|
|
|
|
| 153 |
python-dotenv==1.0.1
|
| 154 |
python-multipart>=0.0.18
|
| 155 |
--extra-index-url https://miropsota.github.io/torch_packages_builder
|
| 156 |
+
pytorch3d==0.7.8+pt2.1.0cu121
|
|
|
|
| 157 |
pytz==2024.2
|
| 158 |
PyYAML==6.0.2
|
| 159 |
pyzmq==26.2.0
|
|
|
|
| 199 |
traitlets==5.14.3
|
| 200 |
transformers==4.46.2
|
| 201 |
trimesh==4.5.2
|
| 202 |
+
triton==2.1.0
|
| 203 |
typeguard==2.13.3
|
| 204 |
typer==0.13.0
|
| 205 |
typing-inspect==0.9.0
|
|
|
|
| 215 |
Werkzeug==3.0.6
|
| 216 |
widgetsnbextension==4.0.13
|
| 217 |
wrapt==1.16.0
|
| 218 |
+
xformers==0.0.22.post7
|
| 219 |
xxhash==3.5.0
|
| 220 |
yacs==0.1.8
|
| 221 |
yarl==1.17.1
|