Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import hf_hub_download #load from huggingfaces
|
|
8 |
|
9 |
|
10 |
llm = Llama(model_path= hf_hub_download(repo_id="TheBloke/orca_mini_3B-GGML", filename="orca-mini-3b.ggmlv3.q4_1.bin"), n_ctx=2048) #download model from hf/ n_ctx=2048 for high ccontext length
|
11 |
-
|
12 |
history = []
|
13 |
|
14 |
pre_prompt = " The user and the AI are having a conversation : "
|
|
|
8 |
|
9 |
|
10 |
llm = Llama(model_path= hf_hub_download(repo_id="TheBloke/orca_mini_3B-GGML", filename="orca-mini-3b.ggmlv3.q4_1.bin"), n_ctx=2048) #download model from hf/ n_ctx=2048 for high ccontext length
|
11 |
+
|
12 |
history = []
|
13 |
|
14 |
pre_prompt = " The user and the AI are having a conversation : "
|