Files changed (1) hide show
  1. src/constants/organizations.ts +1 -0
src/constants/organizations.ts CHANGED
@@ -17,4 +17,5 @@ export const ORGANIZATIONS: ProviderInfo[] = [
17
  { color: "#A020F0", authors: ["stabilityai"] },
18
  { color: "#FEC912", authors: ["huggingface", "OpenEvals", "HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
19
  { color: "#e93b3b", authors: ["ByteDance", "ByteDance-Seed", "bytedance-research"] },
 
20
  ];
 
17
  { color: "#A020F0", authors: ["stabilityai"] },
18
  { color: "#FEC912", authors: ["huggingface", "OpenEvals", "HuggingFaceTB","HuggingFaceH4", "HuggingFaceM4", "HuggingFaceFW", "HuggingFaceFV","open-r1","parler-tts","nanotron","lerobot","distilbert"] },
19
  { color: "#e93b3b", authors: ["ByteDance", "ByteDance-Seed", "bytedance-research"] },
20
+ { color: "#6C3BAA", authors: ["tiiuae"] },
21
  ];