natolambert commited on
Commit
92f1f93
1 Parent(s): 91c5b22

Update src/utils.py

Browse files
Files changed (1) hide show
  1. src/utils.py +1 -0
src/utils.py CHANGED
@@ -10,6 +10,7 @@ UNVERIFIED_MODELS = [
10
  "nvidia/Llama3-70B-SteerLM-RM",
11
  "Cohere May 2024",
12
  "google/gemini-1.5-pro-0514",
 
13
  "Cohere March 2024",
14
  ]
15
 
 
10
  "nvidia/Llama3-70B-SteerLM-RM",
11
  "Cohere May 2024",
12
  "google/gemini-1.5-pro-0514",
13
+ "google/flame-24b-july-2024",
14
  "Cohere March 2024",
15
  ]
16