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