Spaces:
Sleeping
Sleeping
Update configs/models_config.py
Browse files- configs/models_config.py +0 -3
configs/models_config.py
CHANGED
@@ -4,9 +4,6 @@ import gradio as gr
|
|
4 |
AVAILABLE_MODELS = [
|
5 |
"(Select Model)",
|
6 |
"mistralai/Mistral-7B-v0.1",
|
7 |
-
"meta-llama/Llama-2-7b-hf",
|
8 |
-
"google/flan-t5-xxl",
|
9 |
-
"tiiuae/falcon-7b"
|
10 |
]
|
11 |
|
12 |
def create_model_config_section():
|
|
|
4 |
AVAILABLE_MODELS = [
|
5 |
"(Select Model)",
|
6 |
"mistralai/Mistral-7B-v0.1",
|
|
|
|
|
|
|
7 |
]
|
8 |
|
9 |
def create_model_config_section():
|