update featured
Browse files
src/lib/components/InferencePlayground/inferencePlaygroundUtils.ts
CHANGED
@@ -66,11 +66,9 @@ export function isSystemPromptSupported(model: ModelEntryWithTokenizer) {
|
|
66 |
}
|
67 |
|
68 |
export const FEATURED_MODELS_IDS = [
|
|
|
69 |
"Qwen/Qwen2.5-72B-Instruct",
|
70 |
-
"meta-llama/
|
71 |
-
"meta-llama/
|
72 |
-
"meta-llama/
|
73 |
-
"google/gemma-2-9b-it",
|
74 |
-
"mistralai/Mistral-7B-Instruct-v0.3",
|
75 |
-
"mistralai/Mistral-Nemo-Instruct-2407",
|
76 |
];
|
|
|
66 |
}
|
67 |
|
68 |
export const FEATURED_MODELS_IDS = [
|
69 |
+
"google/gemma-2-27b-it",
|
70 |
"Qwen/Qwen2.5-72B-Instruct",
|
71 |
+
"meta-llama/Llama-3.2-1B-Instruct",
|
72 |
+
"meta-llama/Llama-3.2-3B-Instruct",
|
73 |
+
"meta-llama/Llama-3.1-8B-Instruct",
|
|
|
|
|
|
|
74 |
];
|