Akjava commited on
Commit
019dd5c
·
verified ·
1 Parent(s): 6ed582c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- print("init2")
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