vsrinivas commited on
Commit
e6e8573
·
verified ·
1 Parent(s): 5a8970f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,10 +5,10 @@ import gradio as gr
5
 
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",
 
5
 
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",