lucidrains / audiolm-pytorch

Implementation of AudioLM, a SOTA Language Modeling Approach to Audio Generation out of Google Research, in Pytorch
MIT License
2.32k stars 249 forks source link

Likely beartype package breakage #231

Closed rsxdalv closed 9 months ago

rsxdalv commented 9 months ago

Edit: Since this project relies on PyTorch, having problems is a near 100%. The workaround is to pin beartype==0.15.0.

I'm a downstream project and users have reported beartype's update from 0.15 to 0.16 as breaking the application (Mac, Windows and Linux) and I have reproduced it.

I haven't verified if audiolm breaks on its own but I think it's not unlikely.

lucidrains commented 9 months ago

@rsxdalv oh darn! looks like pytorch will need to fix something on their end too

pinned to 0.15.0 for now, thanks!