Remove torch dependency in sgl-kernel (#3074)
This commit is contained in:
@@ -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(
|
|||||||
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()
|
||||||
|
|||||||
Reference in New Issue
Block a user