Skip to content

Commit bf49e8f

Browse files
authored
Merge pull request #33 from Wang-Thunder/main
Valid fix - confirmed the new repo ID exists on HuggingFace.
2 parents ce48f71 + 5c7d66f commit bf49e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/services/music_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
logger = logging.getLogger(__name__)
5151

5252
# HuggingFace model IDs (base repos - version is appended for HeartMuLa)
53-
HF_HEARTCODEC_REPO = "HeartMuLa/HeartCodec-oss"
53+
HF_HEARTCODEC_REPO = "HeartMuLa/HeartCodec-oss-20260123"
5454
HF_HEARTMULA_GEN_REPO = "HeartMuLa/HeartMuLaGen" # Contains tokenizer.json and gen_config.json
5555

5656
# Model version mapping - maps version to (HuggingFace repo, local folder name)

0 commit comments

Comments
 (0)