Skip to content

Commit 2b28d54

Browse files
authored
[Currency] SGLang 0.5.8 v2 (#5598)
* [Currency] SGLang 0.5.8 v2 Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com> * enable pip Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com> --------- Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 10054d8 commit 2b28d54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-sglang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
# Common
1717
CONTAINER_TYPE: "general"
1818
FRAMEWORK: "sglang"
19-
SGLANG_VERSION: "0.5.7"
19+
SGLANG_VERSION: "0.5.8"
2020
PYTHON_VERSION: "py312"
2121
CUDA_VERSION: "cu129"
2222
OS_VERSION: "ubuntu22.04"

docker/sglang/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Declare the argument as default to use as input
22
# base image: https://hub.docker.com/r/lmsysorg/sglang/tags
3-
ARG BASE_IMAGE=lmsysorg/sglang:v0.5.7-cu129-amd64
3+
ARG BASE_IMAGE=lmsysorg/sglang:v0.5.8-cu129-amd64
44

55
# Use input argument as base image
66
FROM $BASE_IMAGE AS base

0 commit comments

Comments
 (0)