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 4dd127b commit 565316dCopy full SHA for 565316d
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