Skip to content

Commit d0f6c57

Browse files
committed
fix a small bug
1 parent 35e9f39 commit d0f6c57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sglang-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
uv venv sgl_server_env
182182
183183
# Install SGLang from source
184-
uv pip install -p sgl_server_env -e "$(pwd)/sglang/python[all]" boto3 psutil gitpython
184+
uv pip install -p sgl_server_env -e "$(pwd)/sglang/python[all]" boto3 psutil gitpython sentencepiece
185185
186186
# Verify installations
187187
echo "$(pwd)/sgl_server_env/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)