Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
repoName: "k2",
repoUrl: "https://github.com/k2-fsa/k2",
},
"lyra-2.0": {
prettyLabel: "Lyra-2.0",
repoName: "Lyra-2.0",
repoUrl: "https://github.com/nv-tlabs/lyra",
filter: false,
countDownloads: `path:"checkpoints/image_encoder/model.pth"`,
Comment thread
pcuenca marked this conversation as resolved.
},
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New entry breaks alphabetical ordering convention

Low Severity

The lyra entry is inserted between k2 and lagernvs, placing it at the very beginning of the "l" section. Alphabetically, ly sorts after la, le, li, and ll, so lyra belongs near the end of the "l" entries (after liveportrait, before llama-cpp-python). This makes the entry harder to locate for future maintainers.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a53ec59. Configure here.

lagernvs: {
prettyLabel: "LagerNVS",
repoName: "LagerNVS",
Expand Down
Loading