llama.cpp/.gitignore

36 lines
314 B
Plaintext
Raw Normal View History

2023-03-10 19:40:58 +01:00
*.o
*.a
.cache/
.vs/
.vscode/
.DS_Store
.build/
2023-03-10 19:40:58 +01:00
build/
build-em/
build-debug/
build-release/
build-static/
build-no-accel/
build-sanitize-addr/
build-sanitize-thread/
2023-03-11 11:26:46 +01:00
models/*
2023-03-10 19:40:58 +01:00
/main
/quantize
/result
/perplexity
2023-03-28 17:34:35 +02:00
/embedding
/Pipfile
2023-03-10 19:40:58 +01:00
arm_neon.h
compile_commands.json
.envrc
.direnv/
.venv
__pycache__
.swiftpm