vsrinivas commited on
Commit
4e78c6d
·
verified ·
1 Parent(s): 811e329

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,9 +6,9 @@ import gradio as gr
6
  # checkpoint = "tiiuae/falcon-40b-instruct"
7
  # checkpoint ="tiiuae/falcon-7b-instruct"
8
  # checkpoint = "tiiuae/falcon-7b"
9
- checkpoint = "mistralai/Mixtral-8x7B-Instruct-v0.1"
10
  # checkpoint = "gpt2"
11
- # checkpoint = "vsrinivas/FalconLite2"
12
 
13
  model = AutoModelForCausalLM.from_pretrained(
14
  checkpoint, device_map="auto",
 
6
  # checkpoint = "tiiuae/falcon-40b-instruct"
7
  # checkpoint ="tiiuae/falcon-7b-instruct"
8
  # checkpoint = "tiiuae/falcon-7b"
9
+ # checkpoint = "mistralai/Mixtral-8x7B-Instruct-v0.1"
10
  # checkpoint = "gpt2"
11
+ checkpoint = "vsrinivas/FalconLite2"
12
 
13
  model = AutoModelForCausalLM.from_pretrained(
14
  checkpoint, device_map="auto",