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