mirror of
https://github.com/ggerganov/ggml
synced 2026-03-01 20:50:26 +01:00
41 lines
323 B
Plaintext
41 lines
323 B
Plaintext
build/
|
|
build-*/
|
|
out/
|
|
tmp/
|
|
models/
|
|
models-mnt
|
|
|
|
compile_commands.json
|
|
CMakeSettings.json
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
.clangd
|
|
|
|
.venv/
|
|
ggml_env/
|
|
.exrc
|
|
.cache
|
|
.DS_Store
|
|
.stablelm
|
|
.gpt-2
|
|
|
|
src/arm_neon.h
|
|
tests/arm_neon.h
|
|
|
|
zig-out/
|
|
zig-cache/
|
|
|
|
*.o
|
|
*.d
|
|
*.dot
|
|
|
|
*.sw?
|
|
|
|
__pycache__/
|
|
|
|
# Model files
|
|
ggml-model-f16.bin
|
|
*.bat
|
|
_codeql_build_dir/
|