feat: add docker workflow (#751)

This commit is contained in:
Yineng Zhang
2024-07-27 03:54:51 +10:00
committed by GitHub
parent 1b77670f39
commit 8628ab9c8b
4 changed files with 54 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sglang"
version = "0.2.1"
version = "0.2.2"
description = "SGLang is yet another fast serving framework for large language models and vision language models."
readme = "README.md"
requires-python = ">=3.8"

View File

@@ -1 +1 @@
__version__ = "0.2.1"
__version__ = "0.2.2"