Merge pull request #200 from rsxdalv/patch-1

This commit is contained in:
Gong Junmin
2025-05-18 08:39:26 +08:00
committed by GitHub
+7
View File
@@ -24,4 +24,11 @@ setup(
package_data={
"acestep.models.lyrics_utils": ["vocab.json"], # Specify the relative path to vocab.json
},
extras_require={
"train": [
"peft",
"tensorboard",
"tensorboardX"
]
},
)