1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[CI] pin max torch version to fix CI errors (#9709)

* pin max torch version

* update

* Update setup.py
This commit is contained in:
Aryan
2024-10-20 01:50:56 +05:30
committed by GitHub
parent 89565e9171
commit 56d6d21bae

View File

@@ -130,7 +130,7 @@ _deps = [
"regex!=2019.12.17",
"requests",
"tensorboard",
"torch>=1.4",
"torch>=1.4,<2.5.0",
"torchvision",
"transformers>=4.41.2",
"urllib3<=2.0.0",