llama.cpp/.gitignore

36 lines
314 B
Plaintext
Raw Permalink Normal View History

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