Spaces:
Runtime error
Runtime error
Kajise Org
commited on
Commit
•
297fc94
1
Parent(s):
17849a0
Context window increase to 768
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ headers = {
|
|
15 |
}
|
16 |
|
17 |
hf_hub_download(repo_id="LLukas22/gpt4all-lora-quantized-ggjt", filename="ggjt-model.bin", local_dir=".")
|
18 |
-
llm = Llama(model_path="./ggjt-model.bin")
|
19 |
|
20 |
ins = '''### Instruction:
|
21 |
{question}
|
|
|
15 |
}
|
16 |
|
17 |
hf_hub_download(repo_id="LLukas22/gpt4all-lora-quantized-ggjt", filename="ggjt-model.bin", local_dir=".")
|
18 |
+
llm = Llama(model_path="./ggjt-model.bin", n_ctx=768)
|
19 |
|
20 |
ins = '''### Instruction:
|
21 |
{question}
|