mirror of
https://github.com/open-webui/llama-cpp-runner
synced 2025-06-26 18:16:12 +00:00
refac
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
[project]
|
||||
name = "llama-cpp-runner"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user