Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import gradio as gr
|
|
8 |
# checkpoint = "tiiuae/falcon-7b"
|
9 |
# checkpoint = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
10 |
# checkpoint = "gpt2"
|
11 |
-
checkpoint = "
|
12 |
|
13 |
model = AutoModelForCausalLM.from_pretrained(
|
14 |
checkpoint, device_map="auto",
|
|
|
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",
|