Spaces:
Sleeping
Sleeping
BMike10
commited on
Commit
•
415081a
1
Parent(s):
8ca1f79
Changes
Browse files
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):
|