Skip to content

Commit b188630

Browse files
authored
reorder tasks in main page
1 parent 9cb9c0d commit b188630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/pipelines.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const MODALITIES = ["cv", "nlp", "audio", "tabular", "multimodal", "rl", "other"] as const;
1+
export const MODALITIES = ["multimodal", "nlp", "cv", "nlp", "audio", "tabular", "rl", "other"] as const;
22

33
export type Modality = (typeof MODALITIES)[number];
44

0 commit comments

Comments
 (0)