Update model paths to be more clear they should point to file
This commit is contained in:
parent
e19909249d
commit
f25a81309e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ N_THREADS = multiprocessing.cpu_count()
|
|||
prompt = b"\n\n### Instruction:\nWhat is the capital of France?\n\n### Response:\n"
|
||||
|
||||
lparams = llama_cpp.llama_context_default_params()
|
||||
ctx = llama_cpp.llama_init_from_file(b"models/ggml-alpaca-7b-q4.bin", lparams)
|
||||
ctx = llama_cpp.llama_init_from_file(b"../models/7B/ggml-model.bin", lparams)
|
||||
|
||||
# determine the required inference memory per token:
|
||||
tmp = [0, 1, 2, 3]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue