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
896c0744
"git@developer.sourcefind.cn:OpenDAS/apex.git" did not exist on "848c777dfeb01867998755401a6d4b263b3e9fa4"
Unverified
Commit
896c0744
authored
Jan 26, 2025
by
Yineng Zhang
Committed by
GitHub
Jan 26, 2025
Browse files
update installation doc for sgl-kernel (#3129)
parent
c23d5706
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
.github/workflows/pr-test-sgl-kernel.yml
.github/workflows/pr-test-sgl-kernel.yml
+1
-1
sgl-kernel/README.md
sgl-kernel/README.md
+15
-1
sgl-kernel/pyproject.toml
sgl-kernel/pyproject.toml
+1
-1
No files found.
.github/workflows/pr-test-sgl-kernel.yml
View file @
896c0744
...
@@ -31,7 +31,7 @@ jobs:
...
@@ -31,7 +31,7 @@ jobs:
style
:
file
style
:
file
build-wheels
:
build-wheels
:
if
:
github.repository == 'sgl-project/sglang'
if
:
github.repository == 'sgl-project/sglang'
|| github.event_name == 'pull_request'
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
strategy
:
strategy
:
matrix
:
matrix
:
...
...
sgl-kernel/README.md
View file @
896c0744
# SGL Kernel
# SGL Kernel
Kernel Library for SGLang
[
Kernel Library
](
https://github.com/sgl-project/sglang/tree/main/sgl-kernel
)
for SGLang
[

](https://pypi.org/project/sgl-kernel)
[

](https://pypi.org/project/sgl-kernel)
## Installation
For CUDA 11.8:
```
bash
pip3
install
sgl-kernel
-i
https://docs.sglang.ai/whl/cu118
```
For CUDA 12.1 or CUDA 12.4:
```
bash
pip3
install
sgl-kernel
```
sgl-kernel/pyproject.toml
View file @
896c0744
...
@@ -17,7 +17,7 @@ classifiers = [
...
@@ -17,7 +17,7 @@ classifiers = [
dependencies
=
[]
dependencies
=
[]
[project.urls]
[project.urls]
"Homepage"
=
"https://github.com/sgl-project/sglang"
"Homepage"
=
"https://github.com/sgl-project/sglang
/tree/main/sgl-kernel
"
"Bug
Tracker"
=
"https://github.com/sgl-project/sglang/issues"
"Bug
Tracker"
=
"https://github.com/sgl-project/sglang/issues"
[tool.setuptools]
[tool.setuptools]
...
...
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