remove gemma
Browse files
src/lib/components/InferencePlayground/inferencePlaygroundUtils.ts
CHANGED
@@ -66,7 +66,6 @@ export function isSystemPromptSupported(model: ModelEntryWithTokenizer) {
|
|
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",
|
|
|
66 |
}
|
67 |
|
68 |
export const FEATURED_MODELS_IDS = [
|
|
|
69 |
"Qwen/Qwen2.5-72B-Instruct",
|
70 |
"meta-llama/Llama-3.2-1B-Instruct",
|
71 |
"meta-llama/Llama-3.2-3B-Instruct",
|