Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
order
Browse files
src/lib/components/InferencePlayground/inferencePlaygroundUtils.ts
CHANGED
|
@@ -67,8 +67,8 @@ export function isSystemPromptSupported(model: ModelEntryWithTokenizer) {
|
|
| 67 |
|
| 68 |
export const FEATURED_MODELS_IDS = [
|
| 69 |
"meta-llama/Llama-3.3-70B-Instruct",
|
| 70 |
-
"meta-llama/Llama-3.2-3B-Instruct",
|
| 71 |
"meta-llama/Llama-3.1-8B-Instruct",
|
|
|
|
| 72 |
"Qwen/Qwen2.5-72B-Instruct",
|
| 73 |
"Qwen/QwQ-32B-Preview",
|
| 74 |
];
|
|
|
|
| 67 |
|
| 68 |
export const FEATURED_MODELS_IDS = [
|
| 69 |
"meta-llama/Llama-3.3-70B-Instruct",
|
|
|
|
| 70 |
"meta-llama/Llama-3.1-8B-Instruct",
|
| 71 |
+
"meta-llama/Llama-3.2-3B-Instruct",
|
| 72 |
"Qwen/Qwen2.5-72B-Instruct",
|
| 73 |
"Qwen/QwQ-32B-Preview",
|
| 74 |
];
|