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 bbe2ae8 commit e32e7dbCopy full SHA for e32e7db
packages/tasks/src/model-libraries.ts
@@ -586,6 +586,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
586
countDownloads: `path:"cvlm_llama2_tokenizer/tokenizer.model"`,
587
snippets: snippets.seed_story,
588
},
589
+ soloaudio: {
590
+ prettyLabel: "SoloAudio",
591
+ repoName: "SoloAudio",
592
+ repoUrl: "https://github.com/WangHelin1997/SoloAudio",
593
+ docsUrl: "https://github.com/WangHelin1997/SoloAudio",
594
+ snippets: snippets.soloaudio,
595
+ },
596
"stable-baselines3": {
597
prettyLabel: "stable-baselines3",
598
repoName: "stable-baselines3",
0 commit comments