mirror of
https://github.com/open-webui/llama-cpp-runner
synced 2025-05-09 22:31:02 +00:00
15 lines
363 B
TOML
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"
|