"sgl-kernel/python/vscode:/vscode.git/clone" did not exist on "6c0a48282a819a7dab87b576b168f3d86f70b5eb"
Unverified Commit 56d6d21b authored by Aryan's avatar Aryan Committed by GitHub
Browse files

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

* pin max torch version

* update

* Update setup.py
parent 89565e91
......@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment