Trying to compile xlm-roberta-xl fails. This is probably because the model is either too large for the server to unpack or too large to send over
When the server sends the compiled model to the client to download, the server side gives the following error.
h11._util.LocalProtocolError: Too much data for declared Content-Length
On the client side:
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead([4957798400](tel:4957798400) bytes read, 10491 more expected)', IncompleteRead([4957798400](tel:4957798400) bytes read, 10491 more expected))
┆Issue is synchronized with this Notion page by Unito