Chris Alexiuk commited on
Commit
194d59c
1 Parent(s): 7b91a77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ from uuid import uuid4
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-v2"
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