Monster commited on
Commit
a8d7a7f
·
1 Parent(s): ecc917c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from llama_cpp import Llama
8
  from huggingface_hub import hf_hub_download
9
 
10
  hf_hub_download(repo_id="Pi3141/alpaca-lora-13B-ggml", filename="ggml-model-q4_1.bin", local_dir=".")
11
- llm = Llama(model_path="./ggml-model-q4_1.bin")
12
 
13
 
14
  ins = '''Below is an instruction that describes a task. Write a response that appropriately completes the request.
 
8
  from huggingface_hub import hf_hub_download
9
 
10
  hf_hub_download(repo_id="Pi3141/alpaca-lora-13B-ggml", filename="ggml-model-q4_1.bin", local_dir=".")
11
+ llm = Llama(model_path="./ggml-model-q4_1.bin", n_ctx=1048)
12
 
13
 
14
  ins = '''Below is an instruction that describes a task. Write a response that appropriately completes the request.