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
5a4ef2b5
Commit
5a4ef2b5
authored
Jul 21, 2024
by
Lianmin Zheng
Browse files
update readme
parent
9dab947d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
README.md
README.md
+2
-3
No files found.
README.md
View file @
5a4ef2b5
...
...
@@ -37,6 +37,7 @@ The core features include:
### Method 1: With pip
```
pip install --upgrade pip
pip install "sglang[all]"
# Install FlashInfer CUDA kernels
...
...
@@ -48,9 +49,7 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.3/
git clone https://github.com/sgl-project/sglang.git
cd sglang
# https://stackoverflow.com/questions/69711606/how-to-install-a-package-using-pip-in-editable-mode-with-pyproject-toml
python3 -m pip install --upgrade pip
pip install --upgrade pip
pip install -e "python[all]"
# Install FlashInfer CUDA kernels
...
...
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