Spaces:
Sleeping
Sleeping
updating prompt
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def chat(question):
|
|
40 |
"-m", "./ReluLLaMA-7B-PowerInfer-GGUF/llama-7b-relu.powerinfer.gguf",
|
41 |
"-n", "128",
|
42 |
"-t", "8",
|
43 |
-
"-p",
|
44 |
]
|
45 |
|
46 |
# Run the command
|
|
|
40 |
"-m", "./ReluLLaMA-7B-PowerInfer-GGUF/llama-7b-relu.powerinfer.gguf",
|
41 |
"-n", "128",
|
42 |
"-t", "8",
|
43 |
+
"-p", question
|
44 |
]
|
45 |
|
46 |
# Run the command
|