Files
audiocraft-ui/requirements.txt
Sebastian Krüger f27ac50f1d Pin PyTorch <2.4.0 for AudioCraft compatibility
AudioCraft requires PyTorch 2.1.x. PyTorch 2.4+ changed the
torch.utils._pytree API (serialized_type_name parameter), breaking
AudioCraft's model loading.

- Pin torch>=2.1.0,<2.4.0
- Pin torchaudio>=2.1.0,<2.4.0
- Remove broken pytree monkey-patch attempt

After pulling, reinstall with:
  pip install -r requirements.txt --force-reinstall torch torchaudio

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 13:43:26 +01:00

555 B