Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
ea40933f
"src/vscode:/vscode.git/clone" did not exist on "d9e7857af3217f4a971c1e8754078543732a671a"
Unverified
Commit
ea40933f
authored
Nov 19, 2024
by
Dhruv Nair
Committed by
GitHub
Nov 19, 2024
Browse files
[CI] Unpin torch<2.5 in CI (#9961)
* update * update
parent
0583a8d1
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
docker/diffusers-onnxruntime-cuda/Dockerfile
docker/diffusers-onnxruntime-cuda/Dockerfile
+1
-1
docker/diffusers-pytorch-compile-cuda/Dockerfile
docker/diffusers-pytorch-compile-cuda/Dockerfile
+1
-1
docker/diffusers-pytorch-cpu/Dockerfile
docker/diffusers-pytorch-cpu/Dockerfile
+1
-1
docker/diffusers-pytorch-cuda/Dockerfile
docker/diffusers-pytorch-cuda/Dockerfile
+1
-1
docker/diffusers-pytorch-xformers-cuda/Dockerfile
docker/diffusers-pytorch-xformers-cuda/Dockerfile
+1
-1
setup.py
setup.py
+1
-1
src/diffusers/dependency_versions_table.py
src/diffusers/dependency_versions_table.py
+1
-1
No files found.
docker/diffusers-onnxruntime-cuda/Dockerfile
View file @
ea40933f
...
...
@@ -28,7 +28,7 @@ ENV PATH="/opt/venv/bin:$PATH"
# pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
RUN
python3.10
-m
pip
install
--no-cache-dir
--upgrade
pip
uv
==
0.1.11
&&
\
python3.10
-m
uv pip
install
--no-cache-dir
\
"
torch
<2.5.0"
\
torch
\
torchvision
\
torchaudio
\
"onnxruntime-gpu>=1.13.1"
\
...
...
docker/diffusers-pytorch-compile-cuda/Dockerfile
View file @
ea40933f
...
...
@@ -29,7 +29,7 @@ ENV PATH="/opt/venv/bin:$PATH"
# pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
RUN
python3.10
-m
pip
install
--no-cache-dir
--upgrade
pip
uv
==
0.1.11
&&
\
python3.10
-m
uv pip
install
--no-cache-dir
\
"
torch
<2.5.0"
\
torch
\
torchvision
\
torchaudio
\
invisible_watermark
&&
\
...
...
docker/diffusers-pytorch-cpu/Dockerfile
View file @
ea40933f
...
...
@@ -29,7 +29,7 @@ ENV PATH="/opt/venv/bin:$PATH"
# pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
RUN
python3.10
-m
pip
install
--no-cache-dir
--upgrade
pip
uv
==
0.1.11
&&
\
python3.10
-m
uv pip
install
--no-cache-dir
\
"
torch
<2.5.0"
\
torch
\
torchvision
\
torchaudio
\
invisible_watermark
\
...
...
docker/diffusers-pytorch-cuda/Dockerfile
View file @
ea40933f
...
...
@@ -29,7 +29,7 @@ ENV PATH="/opt/venv/bin:$PATH"
# pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
RUN
python3.10
-m
pip
install
--no-cache-dir
--upgrade
pip
uv
==
0.1.11
&&
\
python3.10
-m
uv pip
install
--no-cache-dir
\
"
torch
<2.5.0"
\
torch
\
torchvision
\
torchaudio
\
invisible_watermark
&&
\
...
...
docker/diffusers-pytorch-xformers-cuda/Dockerfile
View file @
ea40933f
...
...
@@ -29,7 +29,7 @@ ENV PATH="/opt/venv/bin:$PATH"
# pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
RUN
python3.10
-m
pip
install
--no-cache-dir
--upgrade
pip
uv
==
0.1.11
&&
\
python3.10
-m
pip
install
--no-cache-dir
\
"
torch
<2.5.0"
\
torch
\
torchvision
\
torchaudio
\
invisible_watermark
&&
\
...
...
setup.py
View file @
ea40933f
...
...
@@ -130,7 +130,7 @@ _deps = [
"regex!=2019.12.17"
,
"requests"
,
"tensorboard"
,
"torch>=1.4
,<2.5.0
"
,
"torch>=1.4"
,
"torchvision"
,
"transformers>=4.41.2"
,
"urllib3<=2.0.0"
,
...
...
src/diffusers/dependency_versions_table.py
View file @
ea40933f
...
...
@@ -38,7 +38,7 @@ deps = {
"regex"
:
"regex!=2019.12.17"
,
"requests"
:
"requests"
,
"tensorboard"
:
"tensorboard"
,
"torch"
:
"torch>=1.4
,<2.5.0
"
,
"torch"
:
"torch>=1.4"
,
"torchvision"
:
"torchvision"
,
"transformers"
:
"transformers>=4.41.2"
,
"urllib3"
:
"urllib3<=2.0.0"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment