Add bin subdirectory to updated llama.cpp path
By doing this, both the binary and the libs will be in the updated-inference directory. Signed-off-by: Dorin Geman <dorin.geman@docker.com>
This commit is contained in:
parent
423e1d6d1b
commit
37cb60ff21
|
|
@ -3,3 +3,5 @@ model-runner
|
|||
model-runner.sock
|
||||
# Default MODELS_PATH in Makefile
|
||||
models-store/
|
||||
# Directory where we store the updated llama.cpp
|
||||
updated-inference/
|
||||
|
|
|
|||
Loading…
Reference in New Issue