File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
diffusers-onnxruntime-cuda
diffusers-pytorch-compile-cuda
diffusers-pytorch-xformers-cuda Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ENV PATH="/opt/venv/bin:$PATH"
28
28
# pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
29
29
RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
30
30
python3.10 -m uv pip install --no-cache-dir \
31
- " torch<2.5.0" \
31
+ torch \
32
32
torchvision \
33
33
torchaudio \
34
34
"onnxruntime-gpu>=1.13.1" \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ENV PATH="/opt/venv/bin:$PATH"
29
29
# pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
30
30
RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
31
31
python3.10 -m uv pip install --no-cache-dir \
32
- " torch<2.5.0" \
32
+ torch \
33
33
torchvision \
34
34
torchaudio \
35
35
invisible_watermark && \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ENV PATH="/opt/venv/bin:$PATH"
29
29
# pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
30
30
RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
31
31
python3.10 -m uv pip install --no-cache-dir \
32
- " torch<2.5.0" \
32
+ torch \
33
33
torchvision \
34
34
torchaudio \
35
35
invisible_watermark \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ENV PATH="/opt/venv/bin:$PATH"
29
29
# pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
30
30
RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
31
31
python3.10 -m uv pip install --no-cache-dir \
32
- " torch<2.5.0" \
32
+ torch \
33
33
torchvision \
34
34
torchaudio \
35
35
invisible_watermark && \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ENV PATH="/opt/venv/bin:$PATH"
29
29
# pre-install the heavy dependencies (these can later be overridden by the deps from setup.py)
30
30
RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
31
31
python3.10 -m pip install --no-cache-dir \
32
- " torch<2.5.0" \
32
+ torch \
33
33
torchvision \
34
34
torchaudio \
35
35
invisible_watermark && \
Original file line number Diff line number Diff line change 130
130
"regex!=2019.12.17" ,
131
131
"requests" ,
132
132
"tensorboard" ,
133
- "torch>=1.4,<2.5.0 " ,
133
+ "torch>=1.4" ,
134
134
"torchvision" ,
135
135
"transformers>=4.41.2" ,
136
136
"urllib3<=2.0.0" ,
Original file line number Diff line number Diff line change 38
38
"regex" : "regex!=2019.12.17" ,
39
39
"requests" : "requests" ,
40
40
"tensorboard" : "tensorboard" ,
41
- "torch" : "torch>=1.4,<2.5.0 " ,
41
+ "torch" : "torch>=1.4" ,
42
42
"torchvision" : "torchvision" ,
43
43
"transformers" : "transformers>=4.41.2" ,
44
44
"urllib3" : "urllib3<=2.0.0" ,
You can’t perform that action at this time.
0 commit comments