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.
2 parents 1a85a7d + 565316d commit bd3a038Copy full SHA for bd3a038
packages/tasks/src/model-libraries.ts
@@ -593,6 +593,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
593
countDownloads: `path:"cvlm_llama2_tokenizer/tokenizer.model"`,
594
snippets: snippets.seed_story,
595
},
596
+ soloaudio: {
597
+ prettyLabel: "SoloAudio",
598
+ repoName: "SoloAudio",
599
+ repoUrl: "https://github.com/WangHelin1997/SoloAudio",
600
+ filter: false,
601
+ countDownloads: `path:"soloaudio_v2.pt"`,
602
+ },
603
"stable-baselines3": {
604
prettyLabel: "stable-baselines3",
605
repoName: "stable-baselines3",
0 commit comments