BMike10 commited on
Commit
415081a
1 Parent(s): 8ca1f79
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,7 +8,8 @@ def random_response(message, history):
8
 
9
 
10
  # model="michelebasilico/itaca-mistral-7b-v2-4bit")
11
- model = pipeline("text-generation")
 
12
 
13
 
14
  def predict(message, history):
 
8
 
9
 
10
  # model="michelebasilico/itaca-mistral-7b-v2-4bit")
11
+ model = pipeline("text-generation",
12
+ model="michelebasilico/itaca-mistral-7b-v2-16bit")
13
 
14
 
15
  def predict(message, history):