victor HF staff commited on
Commit
9c5f989
1 Parent(s): de1a357

update featured models

Browse files
src/lib/components/InferencePlayground/inferencePlaygroundUtils.ts CHANGED
@@ -66,8 +66,9 @@ export function isSystemPromptSupported(model: ModelEntryWithTokenizer) {
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",
72
  "meta-llama/Llama-3.1-8B-Instruct",
 
 
73
  ];
 
66
  }
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
  ];