mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 09:38:55 +02:00
559a1967f7
Merge branch 'master' into concedo # Conflicts: # CMakeLists.txt # README.md # llama.cpp
38 lines
327 B
Plaintext
38 lines
327 B
Plaintext
*.o
|
|
*.a
|
|
.cache/
|
|
.vs/
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
.build/
|
|
build/
|
|
build-em/
|
|
build-debug/
|
|
build-release/
|
|
build-static/
|
|
build-no-accel/
|
|
build-sanitize-addr/
|
|
build-sanitize-thread/
|
|
|
|
models/*
|
|
|
|
/main
|
|
/quantize
|
|
/result
|
|
/perplexity
|
|
/embedding
|
|
/Pipfile
|
|
|
|
arm_neon.h
|
|
compile_commands.json
|
|
|
|
.envrc
|
|
.direnv/
|
|
|
|
.venv
|
|
__pycache__
|
|
.swiftpm
|
|
|
|
dist/
|
|
*.spec |