mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-10 20:31:01 +00:00
# Conflicts: # .dockerignore # .gitignore # CMakeLists.txt # Makefile # tests/CMakeLists.txt
108 lines
1.4 KiB
Text
108 lines
1.4 KiB
Text
*.o
|
|
*.a
|
|
*.bin
|
|
.DS_Store
|
|
.build/
|
|
.cache/
|
|
.direnv/
|
|
.envrc
|
|
.swiftpm
|
|
.venv
|
|
.clang-tidy
|
|
.vs/
|
|
.vscode/
|
|
|
|
lcov-report/
|
|
gcovr-report/
|
|
|
|
build*/
|
|
out/
|
|
tmp/
|
|
|
|
models/*
|
|
models-mnt
|
|
|
|
/Pipfile
|
|
/baby-llama
|
|
/beam-search
|
|
/benchmark-matmult
|
|
/convert-llama2c-to-ggml
|
|
/embd-input-test
|
|
/embedding
|
|
/gguf
|
|
/gguf-llama-simple
|
|
/infill
|
|
/libllama.so
|
|
/llama-bench
|
|
/main
|
|
/metal
|
|
/perplexity
|
|
/q8dot
|
|
/quantize
|
|
/quantize-stats
|
|
/result
|
|
/save-load-state
|
|
/server
|
|
/simple
|
|
/batched
|
|
/export-lora
|
|
/finetune
|
|
/speculative
|
|
/parallel
|
|
/train-text-from-scratch
|
|
/vdot
|
|
build-info.h
|
|
arm_neon.h
|
|
compile_commands.json
|
|
CMakeSettings.json
|
|
|
|
__pycache__
|
|
dist
|
|
|
|
dist/
|
|
*.spec
|
|
|
|
zig-out/
|
|
zig-cache/
|
|
|
|
ppl-*.txt
|
|
qnt-*.txt
|
|
perf-*.txt
|
|
|
|
examples/jeopardy/results.txt
|
|
|
|
poetry.lock
|
|
poetry.toml
|
|
|
|
# Test binaries
|
|
tests/test-grammar-parser
|
|
tests/test-double-float
|
|
tests/test-grad0
|
|
tests/test-opt
|
|
tests/test-quantize-fns
|
|
tests/test-quantize-perf
|
|
tests/test-sampling
|
|
tests/test-tokenizer-0
|
|
tests/test-tokenizer-0-llama
|
|
tests/test-tokenizer-0-falcon
|
|
tests/test-tokenizer-1-llama
|
|
tests/test-tokenizer-1-bpe
|
|
|
|
/koboldcpp_default.so
|
|
/koboldcpp_failsafe.so
|
|
/koboldcpp_openblas.so
|
|
/koboldcpp_noavx2.so
|
|
/koboldcpp_clblast.so
|
|
/koboldcpp_cublas.so
|
|
/koboldcpp_default.dll
|
|
/koboldcpp_failsafe.dll
|
|
/koboldcpp_openblas.dll
|
|
/koboldcpp_noavx2.dll
|
|
/koboldcpp_clblast.dll
|
|
/koboldcpp_cublas.dll
|
|
/cublas64_11.dll
|
|
/cublasLt64_11.dll
|
|
/rocblas/
|
|
rocblas.dll
|
|
hipblas.dll
|
|
koboldcpp_hipblas.so
|