OverflowError: string longer than 2147483647 bytes

Hello,

I am attempting to upload my pre-trained model and have encountered the following error:

OverflowError: string longer than 2147483647 bytes

Could you please help me understand the issue? Is there a file size limit that could be causing this problem? The file is 4.3G.

Thank you in advance for your assistance!

It is a regression of #108 and kind of expected…
I will fix it today. Give me a bit of time.

It should be fixed.

Don’t forget to:

pip install --upgrade crunch-cli

thanks, the issue is resolved!