on the main readme.md in the download weights section the commands are different now. I suspect they should be the following but I'm still testing this stuff out and haven't gotten it working yet.
# Create checkpoint directory
mkdir -p ckpt
# Download HeartMuLa (3B model)
hf download HeartMuLa/HeartMuLa-oss-3B --local-dir ckpt/HeartMuLa-oss-3B
# Download HeartCodec
hf download HeartMuLa/HeartCodec-oss-20260123 --local-dir ckpt/HeartCodec-oss
# Download tokenizer
hf download HeartMuLa/HeartMuLaGen tokenizer.json --local-dir ckpt
on the main readme.md in the download weights section the commands are different now. I suspect they should be the following but I'm still testing this stuff out and haven't gotten it working yet.