fix: add multi-part file mapping for MusicGen Large
MusicGen Large is split into multiple files (pytorch_model-00001/00002-of-00002.bin) Added all 3 files to the mapping (2 parts + index.json) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -184,8 +184,12 @@ model_categories:
|
||||
duration_seconds: 30
|
||||
notes: Best quality, slower generation
|
||||
files:
|
||||
- source: "pytorch_model.bin"
|
||||
dest: "musicgen-large-pytorch_model.bin"
|
||||
- source: "pytorch_model-00001-of-00002.bin"
|
||||
dest: "musicgen-large-pytorch_model-00001-of-00002.bin"
|
||||
- source: "pytorch_model-00002-of-00002.bin"
|
||||
dest: "musicgen-large-pytorch_model-00002-of-00002.bin"
|
||||
- source: "pytorch_model.bin.index.json"
|
||||
dest: "musicgen-large-pytorch_model.bin.index.json"
|
||||
|
||||
# ==========================================================================
|
||||
# SUPPORT MODELS (CLIP, IP-Adapter, etc.)
|
||||
|
||||
Reference in New Issue
Block a user