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
ed7c7eca
Unverified
Commit
ed7c7eca
authored
Jan 24, 2024
by
Lianmin Zheng
Committed by
GitHub
Jan 24, 2024
Browse files
Update README.md
parent
0c457bae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
ed7c7eca
...
@@ -37,7 +37,7 @@ pip install -e "python[all]"
...
@@ -37,7 +37,7 @@ pip install -e "python[all]"
-
If you are using older GPUs (NVIDIA V100, T4), please pick the correct triton compiler version to avoid some known bugs.
-
If you are using older GPUs (NVIDIA V100, T4), please pick the correct triton compiler version to avoid some known bugs.
-
For NVIDIA T4, please use
`pip install "triton>=2.2.0"`
.
-
For NVIDIA T4, please use
`pip install "triton>=2.2.0"`
.
-
For NVIDIA V100, please install the
[
nightly
](
https://triton-lang.org/main/getting-started/installation.html
)
version.
-
For NVIDIA V100, please install the
[
nightly
](
https://triton-lang.org/main/getting-started/installation.html
)
version.
-
If you only need to use the OpenAI backend, you can avoid installing other dependencies by using
`pip install sglang[openai]`
-
If you only need to use the OpenAI backend, you can avoid installing other dependencies by using
`pip install
"
sglang[openai]
"
`
## Quick Start
## Quick Start
The example below shows how to use sglang to answer a mulit-turn question.
The example below shows how to use sglang to answer a mulit-turn question.
...
...
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