GLM-5.2-Vision-FP8 / plugins /pyproject.toml
harrypart's picture
sglang plugin
539ca00 verified
Raw
History Blame Contribute Delete
367 Bytes
[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"]