Files
koboldcpp/.gitignore
Xuan-Son Nguyen 4a00bbfed6 server: (webui) no more gzip compression (#21073)
* webui: no more gzip

* try changing a small line

* Revert "try changing a small line"

This reverts commit 0d7a3531593d87b724d404c8727a96becab3ab07.

* fix lint

* fix test

* rebuild

* split into html/css/js

* lint

* chore: update webui build output

* chore: Update git hooks script

* server: update webui build output

* chore: Update pre-commit hook

* refactor: Cleanup

---------

Co-authored-by: Aleksander Grygier <aleksander.grygier@gmail.com>
2026-03-31 15:44:26 +02:00

148 lines
2.0 KiB
Plaintext

*.o
*.a
*.bin
*.tmp.yaml
*.Identifier
.DS_Store
.build/
.cache/
.ccls-cache/
.direnv/
.envrc
.swiftpm
.venv
.clang-tidy
.vs/
.vscode/
ggml-metal-embed.metal
ggml/src/ggml-vulkan-shaders.cpp
ggml/src/ggml-vulkan-shaders.hpp
vulkan-shaders-gen.exe
vulkan-shaders-gen
ggml/src/ggml-vulkan-shaders-noext.cpp
ggml/src/ggml-vulkan-shaders-noext.hpp
vulkan-shaders-gen-noext.exe
vulkan-shaders-gen-noext
vulkan-spv-tmp/*
vulkan-spv-noext-tmp/*
lcov-report/
gcovr-report/
build*/
out/
tmp/
autogen-*.md
models/*
models-mnt
/Pipfile
/baby-llama
/beam-search
/benchmark-matmult
/convert-llama2c-to-ggml
/embd-input-test
/embedding
/eval-callback
/gguf
/gguf-llama-simple
/gritlm
/imatrix
/infill
/libllama.so
/llama-bench
/lookahead
/lookup
/main
/metal
/passkey
/perplexity
/q8dot
/quantize
/quantize-stats
/result
/save-load-state
/server
/simple
/batched
/batched-bench
/export-lora
/finetune
/speculative
/parallel
/train-text-from-scratch
/tokenize
/vdot
/common/build-info.cpp
arm_neon.h
compile_commands.json
CMakeSettings.json
__pycache__
dist
dist/
*.spec
zig-out/
zig-cache/
ppl-*.txt
qnt-*.txt
perf-*.txt
poetry.lock
poetry.toml
ggml-metal-merged.metal
# Test binaries
/tests/test-llama-grammar
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
/tests/test-rope
/tests/test-backend-ops
/koboldcpp_default.so
/koboldcpp_failsafe.so
/koboldcpp_noavx2.so
/koboldcpp_vulkan_failsafe.so
/koboldcpp_cublas.so
/koboldcpp_vulkan.so
/koboldcpp_vulkan_noavx2.so
/koboldcpp_default.dll
/koboldcpp_failsafe.dll
/koboldcpp_noavx2.dll
/koboldcpp_vulkan_noavx2.dll
/koboldcpp_vulkan_failsafe.dll
/koboldcpp_cublas.dll
/koboldcpp_vulkan.dll
/cublas64_11.dll
/cublasLt64_11.dll
/cublas64_12.dll
/cublasLt64_12.dll
/rocblas/
rocblas.dll
hipblas.dll
koboldcpp_hipblas.so
koboldcpp_hipblas.dll
.tokenizer_configs
bin/
conda/
# Jetbrains idea folder
.idea/