Skip to content

Commit ac5be9a

Browse files
[Auto-Update] sglang 0.5.15
1 parent 32051e2 commit ac5be9a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/config/image/sglang/ec2-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ image:
33
description: "SGLang for EC2 instances (Ubuntu, upstream base image)"
44
metadata:
55
framework: "sglang"
6-
framework_version: "0.5.14"
6+
framework_version: "0.5.15"
77
os_version: "ubuntu24.04"
88
customer_type: "ec2"
99
arch_type: "x86"
@@ -13,7 +13,7 @@ metadata:
1313
build:
1414
dockerfile: "docker/sglang/Dockerfile"
1515
target: "sglang-ec2"
16-
base_image: "lmsysorg/sglang:v0.5.14"
16+
base_image: "lmsysorg/sglang:v0.5.15"
1717
python_version: "3.12"
1818
cuda_version: "13.0.3"
1919
efa_version: "1.48.0"

.github/config/image/sglang/sagemaker-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ image:
33
description: "SGLang for SageMaker (Ubuntu, upstream base image)"
44
metadata:
55
framework: "sglang"
6-
framework_version: "0.5.14"
6+
framework_version: "0.5.15"
77
os_version: "ubuntu24.04"
88
customer_type: "sagemaker"
99
platform: "sagemaker"
@@ -14,7 +14,7 @@ metadata:
1414
build:
1515
dockerfile: "docker/sglang/Dockerfile"
1616
target: "sglang-sagemaker"
17-
base_image: "lmsysorg/sglang:v0.5.14"
17+
base_image: "lmsysorg/sglang:v0.5.15"
1818
python_version: "3.12"
1919
cuda_version: "13.0.3"
2020
efa_version: "1.48.0"

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.14
3+
ARG BASE_IMAGE=lmsysorg/sglang:v0.5.15
44

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

0 commit comments

Comments
 (0)