Chris Alexiuk commited on
Commit
7b91a77
1 Parent(s): 019dd79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ 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
 
 
9
  import requests
10
 
11
  model_name = "openlm-research/open_llama_7b_700bt_preview"
12
+ adapters_name = "FourthBrainGenAI/FB-DLAI-Instruct-tune-v2"
13
 
14
  print(f"Starting to load the model {model_name} into memory")
15