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
2dc957d4
"tools/imglab/vscode:/vscode.git/clone" did not exist on "ad9a9e6efa1840b6ef2af64403b5345b7405593a"
Unverified
Commit
2dc957d4
authored
Jan 16, 2025
by
Yineng Zhang
Committed by
GitHub
Jan 16, 2025
Browse files
fix setup for sgl kernel (#2917)
parent
bf8d07a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
sgl-kernel/setup.py
sgl-kernel/setup.py
+6
-5
No files found.
sgl-kernel/setup.py
View file @
2dc957d4
...
...
@@ -15,11 +15,12 @@ def get_version():
def
update_wheel_platform_tag
():
wheel_dir
=
Path
(
"dist"
)
old_wheel
=
next
(
wheel_dir
.
glob
(
"*.whl"
))
new_wheel
=
wheel_dir
/
old_wheel
.
name
.
replace
(
"linux_x86_64"
,
"manylinux2014_x86_64"
)
old_wheel
.
rename
(
new_wheel
)
if
wheel_dir
.
exists
()
and
wheel_dir
.
is_dir
():
old_wheel
=
next
(
wheel_dir
.
glob
(
"*.whl"
))
new_wheel
=
wheel_dir
/
old_wheel
.
name
.
replace
(
"linux_x86_64"
,
"manylinux2014_x86_64"
)
old_wheel
.
rename
(
new_wheel
)
cutlass
=
root
/
"3rdparty"
/
"cutlass"
...
...
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