Files
audiocraft-ui/main.py
Sebastian Krüger df2e9f193a Add robust PyTorch pytree compatibility shim
Create bidirectional aliases for _register_pytree_node/register_pytree_node
to support both older and newer PyTorch versions with AudioCraft.

The API changed between versions - older uses underscore prefix (private),
newer uses no prefix (public). This shim creates both aliases.

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

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

5.9 KiB