Switch to llama-cpp-python

This commit is contained in:
Tom Foster 2025-08-08 21:40:15 +01:00
parent ef7df1a8c3
commit d937f2d5fa
25 changed files with 2957 additions and 1181 deletions

9
.gitignore vendored
View file

@ -38,7 +38,9 @@ coverage.xml
*.cover
*.py,cover
.hypothesis/
.mypy_cache/
.pytest_cache/
.ruff_cache/
cover/
# Environments
@ -49,3 +51,10 @@ venv/
ENV/
env.bak/
venv.bak/
# AI Clients
.claude/
# Working directories
work/
quantisation_work/