Vokturz commited on
Commit
b10516b
1 Parent(s): 1ba133e

hide mistralai/Mixtral-8x7B-Instruct-v0.1 since is a gated model

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -11,7 +11,7 @@ st.set_page_config(page_title='Can you run it? LLM version', layout="wide", init
11
 
12
  model_list = [
13
  "mistral-community/Mistral-7B-v0.2",
14
- "mistralai/Mixtral-8x7B-Instruct-v0.1",
15
  "mistral-community/Mixtral-8x22B-v0.1",
16
  "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
17
  "CohereForAI/c4ai-command-r-plus",
 
11
 
12
  model_list = [
13
  "mistral-community/Mistral-7B-v0.2",
14
+ # "mistralai/Mixtral-8x7B-Instruct-v0.1",
15
  "mistral-community/Mixtral-8x22B-v0.1",
16
  "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
17
  "CohereForAI/c4ai-command-r-plus",