2024-06-19 22:10:42 +02:00
|
|
|
# Extensions
|
|
|
|
|
2023-03-10 19:40:58 +01:00
|
|
|
*.a
|
2024-06-19 22:10:42 +02:00
|
|
|
*.bat
|
2023-08-12 01:17:25 +02:00
|
|
|
*.bin
|
2023-08-23 16:31:34 +02:00
|
|
|
*.dll
|
2023-09-03 10:48:49 +02:00
|
|
|
*.dot
|
2024-03-20 13:17:34 +01:00
|
|
|
*.etag
|
2024-06-19 22:10:42 +02:00
|
|
|
*.exe
|
|
|
|
*.gcda
|
|
|
|
*.gcno
|
|
|
|
*.gcov
|
|
|
|
*.gguf
|
|
|
|
*.gguf.json
|
2024-03-20 13:17:34 +01:00
|
|
|
*.lastModified
|
2024-06-19 22:10:42 +02:00
|
|
|
*.log
|
|
|
|
*.metallib
|
|
|
|
*.o
|
|
|
|
*.so
|
|
|
|
*.tmp
|
|
|
|
|
|
|
|
# IDE / OS
|
|
|
|
|
2023-03-10 19:40:58 +01:00
|
|
|
.cache/
|
2023-11-01 10:28:28 +01:00
|
|
|
.ccls-cache/
|
2023-04-19 19:10:08 +02:00
|
|
|
.direnv/
|
2024-06-19 22:10:42 +02:00
|
|
|
.DS_Store
|
2023-04-19 19:10:08 +02:00
|
|
|
.envrc
|
2024-06-19 22:10:42 +02:00
|
|
|
.idea/
|
2023-04-19 19:10:08 +02:00
|
|
|
.swiftpm
|
2023-03-10 19:40:58 +01:00
|
|
|
.vs/
|
|
|
|
.vscode/
|
2024-06-19 22:10:42 +02:00
|
|
|
nppBackup
|
2023-03-10 19:40:58 +01:00
|
|
|
|
2024-03-14 10:55:23 +01:00
|
|
|
|
2024-06-19 22:10:42 +02:00
|
|
|
# Coverage
|
|
|
|
|
2023-09-03 10:48:49 +02:00
|
|
|
gcovr-report/
|
2024-06-19 22:10:42 +02:00
|
|
|
lcov-report/
|
|
|
|
|
|
|
|
# Build Artifacts
|
2023-09-03 10:48:49 +02:00
|
|
|
|
2024-06-04 13:21:26 +02:00
|
|
|
tags
|
2024-06-19 22:10:42 +02:00
|
|
|
.build/
|
2024-01-26 13:18:00 +01:00
|
|
|
build*
|
2024-06-19 22:10:42 +02:00
|
|
|
!build-info.cmake
|
|
|
|
!build-info.cpp.in
|
|
|
|
!build-info.sh
|
2024-04-21 19:48:53 +02:00
|
|
|
!build.zig
|
2024-07-05 18:08:32 +02:00
|
|
|
!docs/build.md
|
2024-06-19 22:10:42 +02:00
|
|
|
/libllama.so
|
|
|
|
/llama-*
|
2024-06-04 13:21:26 +02:00
|
|
|
android-ndk-*
|
2024-06-19 22:10:42 +02:00
|
|
|
arm_neon.h
|
|
|
|
cmake-build-*
|
|
|
|
CMakeSettings.json
|
|
|
|
compile_commands.json
|
|
|
|
ggml-metal-embed.metal
|
|
|
|
llama-batched-swift
|
2024-06-26 17:33:02 +02:00
|
|
|
/rpc-server
|
2023-06-16 08:58:11 +02:00
|
|
|
out/
|
2023-07-18 13:24:43 +02:00
|
|
|
tmp/
|
2023-03-10 19:40:58 +01:00
|
|
|
|
2024-07-11 10:20:40 +02:00
|
|
|
# Deprecated
|
|
|
|
|
|
|
|
/main
|
|
|
|
/server
|
|
|
|
|
2024-06-19 22:10:42 +02:00
|
|
|
# CI
|
|
|
|
|
|
|
|
!.github/workflows/*.yml
|
|
|
|
|
|
|
|
# Models
|
|
|
|
|
2023-03-11 11:26:46 +01:00
|
|
|
models/*
|
2023-07-18 13:24:43 +02:00
|
|
|
models-mnt
|
2024-06-19 22:10:42 +02:00
|
|
|
!models/.editorconfig
|
|
|
|
!models/ggml-vocab-*.gguf*
|
2023-03-11 11:26:46 +01:00
|
|
|
|
2024-06-19 22:10:42 +02:00
|
|
|
# Zig
|
2023-04-05 17:06:02 +02:00
|
|
|
|
|
|
|
zig-out/
|
|
|
|
zig-cache/
|
2023-04-19 19:10:08 +02:00
|
|
|
|
2024-06-19 22:10:42 +02:00
|
|
|
# Logs
|
|
|
|
|
2023-04-19 19:10:08 +02:00
|
|
|
ppl-*.txt
|
2023-05-08 16:41:54 +02:00
|
|
|
qnt-*.txt
|
2023-05-11 23:23:08 +02:00
|
|
|
perf-*.txt
|
2023-04-28 18:13:33 +02:00
|
|
|
|
2024-06-19 22:10:42 +02:00
|
|
|
# Examples
|
|
|
|
|
2023-04-28 18:13:33 +02:00
|
|
|
examples/jeopardy/results.txt
|
2024-06-19 22:10:42 +02:00
|
|
|
examples/server/*.css.hpp
|
2024-04-21 19:48:53 +02:00
|
|
|
examples/server/*.html.hpp
|
|
|
|
examples/server/*.js.hpp
|
|
|
|
examples/server/*.mjs.hpp
|
2024-06-19 22:10:42 +02:00
|
|
|
!build_64.sh
|
|
|
|
!examples/*.bat
|
|
|
|
!examples/*/*.kts
|
|
|
|
!examples/*/*/*.kts
|
|
|
|
!examples/sycl/*.bat
|
|
|
|
!examples/sycl/*.sh
|
2023-07-21 12:09:16 +02:00
|
|
|
|
2024-06-19 22:10:42 +02:00
|
|
|
# Python
|
|
|
|
|
2024-02-27 07:31:02 +01:00
|
|
|
/.venv
|
2024-07-02 11:48:13 +02:00
|
|
|
__pycache__/
|
2024-02-27 07:31:02 +01:00
|
|
|
*/poetry.lock
|
2023-07-21 12:53:27 +02:00
|
|
|
poetry.toml
|
2024-04-29 15:58:41 +02:00
|
|
|
|
2024-02-27 07:31:02 +01:00
|
|
|
# Nix
|
|
|
|
/result
|
|
|
|
|
2024-04-29 15:58:41 +02:00
|
|
|
# Test binaries
|
2024-06-19 22:10:42 +02:00
|
|
|
/tests/test-backend-ops
|
2024-04-29 15:58:41 +02:00
|
|
|
/tests/test-double-float
|
|
|
|
/tests/test-grad0
|
2024-06-19 22:10:42 +02:00
|
|
|
/tests/test-grammar-parser
|
|
|
|
/tests/test-llama-grammar
|
2024-04-29 15:58:41 +02:00
|
|
|
/tests/test-opt
|
|
|
|
/tests/test-quantize-fns
|
|
|
|
/tests/test-quantize-perf
|
2024-06-19 22:10:42 +02:00
|
|
|
/tests/test-rope
|
2024-04-29 15:58:41 +02:00
|
|
|
/tests/test-sampling
|
|
|
|
/tests/test-tokenizer-0
|
|
|
|
/tests/test-tokenizer-1-bpe
|
2024-06-19 22:10:42 +02:00
|
|
|
/tests/test-tokenizer-1-spm
|
|
|
|
|
|
|
|
# Scripts
|
|
|
|
!/scripts/install-oneapi.bat
|