Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ class LlamaCppModel(Model):
|
|
| 134 |
ValueError: If neither model_path nor repo_id+filename are provided.
|
| 135 |
"""
|
| 136 |
from llama_cpp import Llama
|
| 137 |
-
|
| 138 |
|
| 139 |
super().__init__(**kwargs)
|
| 140 |
self.flatten_messages_as_text=True
|
|
|
|
| 134 |
ValueError: If neither model_path nor repo_id+filename are provided.
|
| 135 |
"""
|
| 136 |
from llama_cpp import Llama
|
| 137 |
+
|
| 138 |
|
| 139 |
super().__init__(**kwargs)
|
| 140 |
self.flatten_messages_as_text=True
|