Monster commited on
Commit
86121b0
1 Parent(s): be5354c
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -11,8 +11,10 @@ hf_hub_download(repo_id="Pi3141/alpaca-lora-7B-ggml", filename="ggml-model-q4_1.
11
  llm = Llama(model_path="./ggml-model-q4_1.bin", n_threads=2)
12
 
13
 
14
- ins = '''### Instruction:
 
15
  {}
 
16
  ### Response:
17
  '''
18
 
 
11
  llm = Llama(model_path="./ggml-model-q4_1.bin", n_threads=2)
12
 
13
 
14
+ ins = '''Below is an instruction that describes a task. Write a response that appropriately completes the request.
15
+ ### Instruction:
16
  {}
17
+
18
  ### Response:
19
  '''
20