File size: 367 Bytes
697ef33 539ca00 697ef33 539ca00 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | [build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "glm5v-serve"
version = "0.1.0"
description = "Serve GLM-5.2-Vision (GLM-5.2 text + MoonViT vision + PatchMerger projector) on SGLang"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "Apache-2.0" }
[tool.setuptools]
packages = ["sglang_glm5v"]
|