Monster commited on
Commit
e3145f6
·
1 Parent(s): 86121b0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ 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 = '''Below is an instruction that describes a task. Write a response that appropriately completes the request.
15
  ### Instruction:
16
  {}
17
 
 
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. You can use markdown for response.
15
  ### Instruction:
16
  {}
17