Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
553f5a3f
Unverified
Commit
553f5a3f
authored
Jan 23, 2025
by
Lianmin Zheng
Committed by
GitHub
Jan 23, 2025
Browse files
Remove torch dependency in sgl-kernel (#3074)
parent
ac2dc35d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
sgl-kernel/pyproject.toml
sgl-kernel/pyproject.toml
+1
-3
sgl-kernel/setup.py
sgl-kernel/setup.py
+0
-1
No files found.
sgl-kernel/pyproject.toml
View file @
553f5a3f
...
...
@@ -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"
...
...
sgl-kernel/setup.py
View file @
553f5a3f
...
...
@@ -127,7 +127,6 @@ setup(
package_dir
=
{
""
:
"src"
},
ext_modules
=
ext_modules
,
cmdclass
=
{
"build_ext"
:
BuildExtension
},
install_requires
=
[
"torch"
],
)
update_wheel_platform_tag
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment