2023-03-10 19:40:58 +01:00
|
|
|
*.o
|
|
|
|
*.a
|
2023-04-19 19:10:08 +02:00
|
|
|
.DS_Store
|
|
|
|
.build/
|
2023-03-10 19:40:58 +01:00
|
|
|
.cache/
|
2023-04-19 19:10:08 +02:00
|
|
|
.direnv/
|
|
|
|
.envrc
|
|
|
|
.swiftpm
|
|
|
|
.venv
|
2023-06-06 08:55:10 +02:00
|
|
|
.clang-tidy
|
2023-03-10 19:40:58 +01:00
|
|
|
.vs/
|
|
|
|
.vscode/
|
|
|
|
|
|
|
|
build/
|
|
|
|
build-em/
|
|
|
|
build-debug/
|
|
|
|
build-release/
|
|
|
|
build-static/
|
2023-04-26 22:14:13 +02:00
|
|
|
build-cublas/
|
2023-05-13 10:23:15 +02:00
|
|
|
build-opencl/
|
2023-06-04 22:34:30 +02:00
|
|
|
build-metal/
|
2023-03-10 19:40:58 +01:00
|
|
|
build-no-accel/
|
|
|
|
build-sanitize-addr/
|
|
|
|
build-sanitize-thread/
|
|
|
|
|
2023-03-11 11:26:46 +01:00
|
|
|
models/*
|
2023-05-06 23:01:47 +02:00
|
|
|
*.bin
|
2023-03-11 11:26:46 +01:00
|
|
|
|
2023-03-10 19:40:58 +01:00
|
|
|
/main
|
|
|
|
/quantize
|
2023-04-08 00:09:18 +02:00
|
|
|
/quantize-stats
|
2023-03-17 23:03:48 +01:00
|
|
|
/result
|
2023-03-25 19:26:40 +01:00
|
|
|
/perplexity
|
2023-03-28 17:34:35 +02:00
|
|
|
/embedding
|
2023-06-15 19:42:48 +02:00
|
|
|
/train-text-from-scratch
|
2023-04-30 14:32:37 +02:00
|
|
|
/benchmark-matmult
|
2023-04-18 22:00:08 +02:00
|
|
|
/vdot
|
2023-03-29 22:51:37 +02:00
|
|
|
/Pipfile
|
2023-06-06 09:18:03 +02:00
|
|
|
/libllama.so
|
2023-03-10 19:40:58 +01:00
|
|
|
|
2023-05-01 18:23:47 +02:00
|
|
|
build-info.h
|
2023-03-10 19:40:58 +01:00
|
|
|
arm_neon.h
|
|
|
|
compile_commands.json
|
2023-03-17 23:03:48 +01:00
|
|
|
|
2023-03-28 18:39:01 +02:00
|
|
|
__pycache__
|
2023-04-05 17:06:02 +02:00
|
|
|
|
|
|
|
zig-out/
|
|
|
|
zig-cache/
|
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
|
|
|
|
|
|
|
examples/jeopardy/results.txt
|