Skip to content

Commit 4be8b23

Browse files
Add CosyVoice as a library (#1085)
This PR enables download stats for models such as: * https://huggingface.co/FunAudioLLM/CosyVoice2-0.5B * https://huggingface.co/FunAudioLLM/CosyVoice-300M-SFT cc @aluminumbox --------- Co-authored-by: vb <[email protected]>
1 parent 9706030 commit 4be8b23

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

+7
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
249249
filter: false,
250250
countDownloads: `path_extension:"pt"`,
251251
},
252+
cosyvoice: {
253+
prettyLabel: "CosyVoice",
254+
repoName: "CosyVoice",
255+
repoUrl: "https://github.com/FunAudioLLM/CosyVoice",
256+
filter: false,
257+
countDownloads: `path_extension:"onnx" OR path_extension:"pt"`,
258+
},
252259
cotracker: {
253260
prettyLabel: "CoTracker",
254261
repoName: "CoTracker",

0 commit comments

Comments
 (0)