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
29daf498
"tests/python/common/sampling/test_sampling.py" did not exist on "ba7e7cf931cbf6943e84e8b11d70657863308769"
Unverified
Commit
29daf498
authored
Feb 09, 2025
by
Yineng Zhang
Committed by
GitHub
Feb 09, 2025
Browse files
fix cu118 link issue (#3421)
parent
6702592d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
sgl-kernel/setup.py
sgl-kernel/setup.py
+1
-2
No files found.
sgl-kernel/setup.py
View file @
29daf498
...
@@ -63,7 +63,6 @@ include_dirs = [
...
@@ -63,7 +63,6 @@ include_dirs = [
flashinfer
.
resolve
()
/
"include"
/
"gemm"
,
flashinfer
.
resolve
()
/
"include"
/
"gemm"
,
flashinfer
.
resolve
()
/
"csrc"
,
flashinfer
.
resolve
()
/
"csrc"
,
"cublas"
,
"cublas"
,
"cublasLt"
,
turbomind
.
resolve
(),
turbomind
.
resolve
(),
turbomind
.
resolve
()
/
"src"
,
turbomind
.
resolve
()
/
"src"
,
]
]
...
@@ -143,7 +142,7 @@ for flag in [
...
@@ -143,7 +142,7 @@ for flag in [
pass
pass
cxx_flags
=
[
"-O3"
]
cxx_flags
=
[
"-O3"
]
libraries
=
[
"c10"
,
"torch"
,
"torch_python"
,
"cuda"
,
"cublas"
,
"cublasLt"
]
libraries
=
[
"c10"
,
"torch"
,
"torch_python"
,
"cuda"
,
"cublas"
]
extra_link_args
=
[
"-Wl,-rpath,$ORIGIN/../../torch/lib"
,
"-L/usr/lib/x86_64-linux-gnu"
]
extra_link_args
=
[
"-Wl,-rpath,$ORIGIN/../../torch/lib"
,
"-L/usr/lib/x86_64-linux-gnu"
]
ext_modules
=
[
ext_modules
=
[
...
...
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