Files
llama.cpp/.dockerignore
T

21 lines
147 B
Plaintext
Raw Normal View History

2023-03-17 10:47:06 +01:00
*.o
*.a
.cache/
2023-10-02 04:53:53 -04:00
.git/
.github/
.gitignore
2023-03-17 10:47:06 +01:00
.vs/
.vscode/
.DS_Store
2023-08-25 12:09:42 +03:00
build*/
2023-03-17 10:47:06 +01:00
models/*
/main
/quantize
arm_neon.h
compile_commands.json
Dockerfile