-
Notifications
You must be signed in to change notification settings - Fork 3.4k
chore: bump v0.4.9.post1 #7882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
chore: bump v0.4.9.post1 #7882
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ It is recommended to use uv to install the dependencies for faster installation: | |
| ```bash | ||
| pip install --upgrade pip | ||
| pip install uv | ||
| uv pip install "sglang[all]>=0.4.9" | ||
| uv pip install "sglang[all]>=0.4.9.post1" | ||
| ``` | ||
|
|
||
| **Quick Fixes to Common Problems** | ||
|
|
@@ -27,7 +27,7 @@ uv pip install "sglang[all]>=0.4.9" | |
|
|
||
| ```bash | ||
| # Use the last release branch | ||
| git clone -b v0.4.9 https://github.com/sgl-project/sglang.git | ||
| git clone -b v0.4.9.post1 https://github.com/sgl-project/sglang.git | ||
| cd sglang | ||
|
|
||
| pip install --upgrade pip | ||
|
|
@@ -42,7 +42,7 @@ Note: For AMD ROCm system with Instinct/MI GPUs, do following instead: | |
|
|
||
| ```bash | ||
| # Use the last release branch | ||
| git clone -b v0.4.9 https://github.com/sgl-project/sglang.git | ||
| git clone -b v0.4.9.post1 https://github.com/sgl-project/sglang.git | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| cd sglang | ||
|
|
||
| pip install --upgrade pip | ||
|
|
@@ -71,7 +71,7 @@ docker run --gpus all \ | |
| Note: For AMD ROCm system with Instinct/MI GPUs, it is recommended to use `docker/Dockerfile.rocm` to build images, example and usage as below: | ||
|
|
||
| ```bash | ||
| docker build --build-arg SGL_BRANCH=v0.4.9 -t v0.4.9-rocm630 -f Dockerfile.rocm . | ||
| docker build --build-arg SGL_BRANCH=v0.4.9.post1 -t v0.4.9.post1-rocm630 -f Dockerfile.rocm . | ||
|
|
||
| alias drun='docker run -it --rm --network=host --device=/dev/kfd --device=/dev/dri --ipc=host \ | ||
| --shm-size 16G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined \ | ||
|
|
@@ -80,11 +80,11 @@ alias drun='docker run -it --rm --network=host --device=/dev/kfd --device=/dev/d | |
| drun -p 30000:30000 \ | ||
| -v ~/.cache/huggingface:/root/.cache/huggingface \ | ||
| --env "HF_TOKEN=<secret>" \ | ||
| v0.4.9-rocm630 \ | ||
| v0.4.9.post1-rocm630 \ | ||
| python3 -m sglang.launch_server --model-path meta-llama/Llama-3.1-8B-Instruct --host 0.0.0.0 --port 30000 | ||
|
|
||
| # Till flashinfer backend available, --attention-backend triton --sampling-backend pytorch are set by default | ||
| drun v0.4.9-rocm630 python3 -m sglang.bench_one_batch --batch-size 32 --input 1024 --output 128 --model amd/Meta-Llama-3.1-8B-Instruct-FP8-KV --tp 8 --quantization fp8 | ||
| drun v0.4.9.post1-rocm630 python3 -m sglang.bench_one_batch --batch-size 32 --input 1024 --output 128 --model amd/Meta-Llama-3.1-8B-Instruct-FP8-KV --tp 8 --quantization fp8 | ||
| ``` | ||
|
|
||
| ## Method 4: Using docker compose | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| __version__ = "0.4.9" | ||
| __version__ = "0.4.9.post1" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment on the preceding line,
# Use the last release branch, could be misleading. After the release is complete,v0.4.9.post1will be a tag, not a branch. To prevent user confusion, update the comment to reflect the state of the repository after a release.