Chris Alexiuk
commited on
Commit
•
194d59c
1
Parent(s):
7b91a77
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ from uuid import uuid4
|
|
8 |
import gradio as gr
|
9 |
import requests
|
10 |
|
11 |
-
model_name = "
|
12 |
-
adapters_name =
|
13 |
|
14 |
print(f"Starting to load the model {model_name} into memory")
|
15 |
|
|
|
8 |
import gradio as gr
|
9 |
import requests
|
10 |
|
11 |
+
model_name = "decapoda-research/llama-13b-hf"
|
12 |
+
adapters_name = 'timdettmers/guanaco-13b'
|
13 |
|
14 |
print(f"Starting to load the model {model_name} into memory")
|
15 |
|