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
56d6d21b
Unverified
Commit
56d6d21b
authored
Oct 20, 2024
by
Aryan
Committed by
GitHub
Oct 20, 2024
Browse files
[CI] pin max torch version to fix CI errors (#9709)
* pin max torch version * update * Update setup.py
parent
89565e91
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
56d6d21b
...
@@ -130,7 +130,7 @@ _deps = [
...
@@ -130,7 +130,7 @@ _deps = [
"regex!=2019.12.17"
,
"regex!=2019.12.17"
,
"requests"
,
"requests"
,
"tensorboard"
,
"tensorboard"
,
"torch>=1.4"
,
"torch>=1.4
,<2.5.0
"
,
"torchvision"
,
"torchvision"
,
"transformers>=4.41.2"
,
"transformers>=4.41.2"
,
"urllib3<=2.0.0"
,
"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