llama-cpp-runner/pyproject.toml
Timothy Jaeryang Baek 84b949bff3 Update pyproject.toml
2025-01-28 11:29:03 -08:00

15 lines
316 B
TOML

[project]
name = "llama-cpp-runner"
version = "0.0.1"
description = "A runner for llama-cpp"
readme = "README.md"
authors = [
{ name = "Timothy Jaeryang Baek", email = "tim@openwebui.com" }
]
requires-python = ">=3.11"
dependencies = []
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"