You need to sign in or sign up before continuing.
Unverified Commit 553f5a3f authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Remove torch dependency in sgl-kernel (#3074)

parent ac2dc35d
...@@ -14,9 +14,7 @@ classifiers = [ ...@@ -14,9 +14,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache Software License",
"Environment :: GPU :: NVIDIA CUDA" "Environment :: GPU :: NVIDIA CUDA"
] ]
dependencies = [ dependencies = []
"torch",
]
[project.urls] [project.urls]
"Homepage" = "https://github.com/sgl-project/sglang" "Homepage" = "https://github.com/sgl-project/sglang"
......
...@@ -127,7 +127,6 @@ setup( ...@@ -127,7 +127,6 @@ setup(
package_dir={"": "src"}, package_dir={"": "src"},
ext_modules=ext_modules, ext_modules=ext_modules,
cmdclass={"build_ext": BuildExtension}, cmdclass={"build_ext": BuildExtension},
install_requires=["torch"],
) )
update_wheel_platform_tag() update_wheel_platform_tag()
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