Commit
·
5213d0d
1
Parent(s):
8aef147
remove gguf model from model selection
Browse files
app.py
CHANGED
|
@@ -92,8 +92,8 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
| 92 |
"""
|
| 93 |
my_model = MyModel()
|
| 94 |
model_choices = [
|
| 95 |
-
"lab2-as/lora_model_gguf",
|
| 96 |
"lab2-as/lora_model",
|
|
|
|
| 97 |
]
|
| 98 |
demo = gr.ChatInterface(
|
| 99 |
my_model.respond,
|
|
|
|
| 92 |
"""
|
| 93 |
my_model = MyModel()
|
| 94 |
model_choices = [
|
|
|
|
| 95 |
"lab2-as/lora_model",
|
| 96 |
+
"lab2-as/lora_model_no_quant",
|
| 97 |
]
|
| 98 |
demo = gr.ChatInterface(
|
| 99 |
my_model.respond,
|