This commit is contained in:
Timothy Jaeryang Baek
2025-01-27 18:21:36 -08:00
parent 55199b2827
commit 79e2046a28
5 changed files with 215 additions and 147 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "llama-cpp-runner"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = []