llama-cpp-runner/pyproject.toml
Timothy Jaeryang Baek ef461ac9e1 refac
2025-01-28 13:38:49 -08:00

15 lines
363 B
TOML

[project]
name = "llama-cpp-runner"
version = "0.0.1"
description = "Quick and easy way to run large language models (LLMs) with 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"