Chris Alexiuk
commited on
Commit
·
019dd79
1
Parent(s):
6006bf8
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 = "openlm-research/open_llama_7b_700bt_preview"
|
12 |
+
adapters_name = "FourthBrainGenAI/FB-DLAI-Instruct-tune"
|
13 |
|
14 |
print(f"Starting to load the model {model_name} into memory")
|
15 |
|