Spaces:
Running
Running
...
Browse files
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 = '''
|
|
|
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 |
|