We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce48f71 + 5c7d66f commit bf49e8fCopy full SHA for bf49e8f
backend/app/services/music_service.py
@@ -50,7 +50,7 @@
50
logger = logging.getLogger(__name__)
51
52
# HuggingFace model IDs (base repos - version is appended for HeartMuLa)
53
-HF_HEARTCODEC_REPO = "HeartMuLa/HeartCodec-oss"
+HF_HEARTCODEC_REPO = "HeartMuLa/HeartCodec-oss-20260123"
54
HF_HEARTMULA_GEN_REPO = "HeartMuLa/HeartMuLaGen" # Contains tokenizer.json and gen_config.json
55
56
# Model version mapping - maps version to (HuggingFace repo, local folder name)
0 commit comments