Skip to content

Commit

Permalink
Remove torch dependency in sgl-kernel (#3074)
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy authored Jan 23, 2025
1 parent ac2dc35 commit 553f5a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions sgl-kernel/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Environment :: GPU :: NVIDIA CUDA"
]
dependencies = [
"torch",
]
dependencies = []

[project.urls]
"Homepage" = "https://github.com/sgl-project/sglang"
Expand Down
1 change: 0 additions & 1 deletion sgl-kernel/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def get_device_sm():
package_dir={"": "src"},
ext_modules=ext_modules,
cmdclass={"build_ext": BuildExtension},
install_requires=["torch"],
)

update_wheel_platform_tag()

0 comments on commit 553f5a3

Please sign in to comment.