Omnibus commited on
Commit
967234c
1 Parent(s): c819e3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ models=[
9
  "google/gemma-7b-it",
10
  "google/gemma-2b",
11
  "google/gemma-2b-it"
12
- #"meta-llama/Llama-2-7b-chat-hf",
13
- #"codellama/CodeLlama-70b-Instruct-hf",
14
  "openchat/openchat-3.5-0106",
15
  "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
16
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
 
9
  "google/gemma-7b-it",
10
  "google/gemma-2b",
11
  "google/gemma-2b-it"
12
+ "meta-llama/Llama-2-7b-chat-hf",
13
+ "codellama/CodeLlama-70b-Instruct-hf",
14
  "openchat/openchat-3.5-0106",
15
  "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
16
  "mistralai/Mixtral-8x7B-Instruct-v0.1",