13 lines
286 B
TOML
13 lines
286 B
TOML
[project]
|
|
name = "models-deploy"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"sglang[all]",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
sglang = { git = "https://github.com/sgl-project/sglang.git", subdirectory = "python" }
|