rohansampath commited on
Commit
7ec44b5
·
verified ·
1 Parent(s): f07cace

Update configs/models_config.py

Browse files
Files changed (1) hide show
  1. 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():