mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-12 03:31:46 +00:00
21 lines
158 B
Plaintext
21 lines
158 B
Plaintext
*.o
|
|
*.a
|
|
.cache/
|
|
.git/
|
|
.github/
|
|
.gitignore
|
|
.vs/
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
build*/
|
|
|
|
models/*
|
|
|
|
/llama-cli
|
|
/llama-quantize
|
|
|
|
arm_neon.h
|
|
compile_commands.json
|
|
Dockerfile
|