Switch to llama-cpp-python
This commit is contained in:
parent
ef7df1a8c3
commit
d937f2d5fa
25 changed files with 2957 additions and 1181 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue