mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-08 23:19:43 +00:00
24 lines
231 B
Text
24 lines
231 B
Text
|
*.o
|
||
|
*.a
|
||
|
.cache/
|
||
|
.vs/
|
||
|
.vscode/
|
||
|
.DS_Store
|
||
|
|
||
|
build/
|
||
|
build-em/
|
||
|
build-debug/
|
||
|
build-release/
|
||
|
build-static/
|
||
|
build-no-accel/
|
||
|
build-sanitize-addr/
|
||
|
build-sanitize-thread/
|
||
|
|
||
|
models/*
|
||
|
|
||
|
/main
|
||
|
/quantize
|
||
|
|
||
|
arm_neon.h
|
||
|
compile_commands.json
|
||
|
Dockerfile
|