Instructions to use mlx-community/MOSS-SoundEffect-v2.0-4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/MOSS-SoundEffect-v2.0-4bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MOSS-SoundEffect-v2.0-4bit mlx-community/MOSS-SoundEffect-v2.0-4bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 169 Bytes
51d53e8 | 1 2 3 4 5 6 7 | {
"_class_name": "DAC",
"type": "dac",
"latent_dim": 128,
"sample_rate": 48000,
"note": "Load with DAC.load(path). Full model object, not a pure state_dict."
} |