cfahlgren1 HF staff mayank-mishra commited on
Commit
14b7a3b
1 Parent(s): b17ac62

- Add IBM (c71c73b87602c5b138b971546eea08fa25ae7c47)


Co-authored-by: Mayank Mishra <mayank-mishra@users.noreply.huggingface.co>

Files changed (1) hide show
  1. src/pages/index.tsx +1 -0
src/pages/index.tsx CHANGED
@@ -20,6 +20,7 @@ const PROVIDERS_MAP: Record<string, ProviderInfo> = {
20
  "DeepSeek": { color: "#0088cc", authors: ["deepseek-ai"] },
21
  "Qwen": { color: "#0088cc", authors: ["Qwen"] },
22
  "Cohere For AI": { color: "#4C6EE6", authors: ["CohereForAI"] },
 
23
  };
24
 
25
  interface ModelData {
 
20
  "DeepSeek": { color: "#0088cc", authors: ["deepseek-ai"] },
21
  "Qwen": { color: "#0088cc", authors: ["Qwen"] },
22
  "Cohere For AI": { color: "#4C6EE6", authors: ["CohereForAI"] },
23
+ "IBM": { color: "#4C6EE6", authors: ["ibm-granite"] },
24
  };
25
 
26
  interface ModelData {