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
cd3ccb2e
Unverified
Commit
cd3ccb2e
authored
Jan 21, 2024
by
Lianmin Zheng
Committed by
GitHub
Jan 21, 2024
Browse files
Add a note about triton version for older GPUs (#72)
parent
3f5c2f4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
README.md
README.md
+3
-1
No files found.
README.md
View file @
cd3ccb2e
...
@@ -34,7 +34,9 @@ pip install -e "python[all]"
...
@@ -34,7 +34,9 @@ pip install -e "python[all]"
```
```
### Notes
### Notes
-
If you are using older GPUs (NVIDIA T4, V100), please use
`pip install "triton>=2.2.0"`
to avoid some bugs in the triton compiler
-
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 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
...
...
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