mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-02-02 11:52:19 -05:00
35 lines
671 B
TOML
35 lines
671 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "openllm-next"
|
|
version = "0.0.1"
|
|
description = "A description of your package."
|
|
authors = [{name = "oasiszero", email = "oasis0.com@gmail.com"}]
|
|
license = {file = "LICENSE"}
|
|
dependencies = [
|
|
"bentoml",
|
|
"typer",
|
|
"questionary",
|
|
"pyaml",
|
|
"psutil",
|
|
"pathlib",
|
|
"pip_requirements_parser",
|
|
"nvidia-ml-py",
|
|
"dulwich",
|
|
"tabulate",
|
|
"uv",
|
|
"openai==1.35.9",
|
|
]
|
|
|
|
[project.scripts]
|
|
openllm = "openllm_next.__main__:main"
|
|
|
|
[tool.typer]
|
|
src-dir = "openllm_next"
|
|
|
|
[tool.isort]
|
|
multi_line_output = 3
|
|
include_trailing_comma = true
|