Use existing llama.cpp build for python bindings if possible
This commit is contained in:
parent
96e6e141da
commit
815c9aadec
5 changed files with 92 additions and 78 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
./llama.cpp/build/bin/llama-cli -m ./merged_model/Merged_Model.gguf
|
||||
./llama.cpp/build/bin/llama-cli -m ./merged_model/model.gguf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue