mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 11:24:35 +00:00
gitignore : metal
This commit is contained in:
parent
28eea84ac0
commit
30ac7a4117
29
.gitignore
vendored
29
.gitignore
vendored
@ -31,28 +31,29 @@ tmp/
|
|||||||
models/*
|
models/*
|
||||||
models-mnt
|
models-mnt
|
||||||
|
|
||||||
/main
|
|
||||||
/quantize
|
|
||||||
/quantize-stats
|
|
||||||
/result
|
|
||||||
/perplexity
|
|
||||||
/embedding
|
|
||||||
/train-text-from-scratch
|
|
||||||
/convert-llama2c-to-ggml
|
|
||||||
/simple
|
|
||||||
/benchmark-matmult
|
|
||||||
/vdot
|
|
||||||
/server
|
|
||||||
/Pipfile
|
/Pipfile
|
||||||
|
/baby-llama
|
||||||
|
/beam-search
|
||||||
|
/benchmark-matmult
|
||||||
|
/convert-llama2c-to-ggml
|
||||||
/embd-input-test
|
/embd-input-test
|
||||||
|
/embedding
|
||||||
/gguf
|
/gguf
|
||||||
/gguf-llama-simple
|
/gguf-llama-simple
|
||||||
/libllama.so
|
/libllama.so
|
||||||
/llama-bench
|
/llama-bench
|
||||||
/baby-llama
|
/main
|
||||||
/beam-search
|
/metal
|
||||||
|
/perplexity
|
||||||
|
/quantize
|
||||||
|
/quantize-stats
|
||||||
|
/result
|
||||||
/save-load-state
|
/save-load-state
|
||||||
|
/server
|
||||||
|
/simple
|
||||||
/speculative
|
/speculative
|
||||||
|
/train-text-from-scratch
|
||||||
|
/vdot
|
||||||
build-info.h
|
build-info.h
|
||||||
arm_neon.h
|
arm_neon.h
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
Loading…
Reference in New Issue
Block a user