Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,7 @@ url = "https://huggingface.co/StarFox7/Llama-2-ko-7B-chat-ggml/blob/main/Llama-2
|
|
24 |
|
25 |
prompt_template = "Q: {q}. A: "
|
26 |
|
27 |
-
|
28 |
-
stop_string = [elm.split(":")[0] + ":" for elm in _][-2]
|
29 |
|
30 |
logger.debug(f"{stop_string=} not used")
|
31 |
|
|
|
24 |
|
25 |
prompt_template = "Q: {q}. A: "
|
26 |
|
27 |
+
stop_string = ["Q:", "\n"]
|
|
|
28 |
|
29 |
logger.debug(f"{stop_string=} not used")
|
30 |
|