Skip to content

Commit e32e7db

Browse files
Update model-libraries.ts
1 parent bbe2ae8 commit e32e7db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
586586
countDownloads: `path:"cvlm_llama2_tokenizer/tokenizer.model"`,
587587
snippets: snippets.seed_story,
588588
},
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+
},
589596
"stable-baselines3": {
590597
prettyLabel: "stable-baselines3",
591598
repoName: "stable-baselines3",

0 commit comments

Comments
 (0)