We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec0384 commit e14e8c1Copy full SHA for e14e8c1
packages/tasks/src/pipelines.ts
@@ -1,4 +1,4 @@
1
-export const MODALITIES = ["cv", "nlp", "audio", "tabular", "multimodal", "rl", "other"] as const;
+export const MODALITIES = ["multimodal", "nlp", "cv", "audio", "tabular", "rl", "other"] as const;
2
3
export type Modality = (typeof MODALITIES)[number];
4
0 commit comments