Error downloading weights: http.client.RemoteDisconnected: Remote end closed connection without response

#66
by Jaizo - opened

When I try to run the xl or xxl model (using the Model card code) I get this error:

Downloading (…)l-00001-of-00002.bin: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 9.45G/9.45G [04:30<00:00, 34.9MB/s]
Downloading shards: 50%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ | 1/2 [04:30<04:30, 271.00s/it]
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen
httplib_response = self._make_request(
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request
six.raise_from(e, None)
File "", line 3, in raise_from
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse
response.begin()
File "/usr/lib/python3.10/http/client.py", line 318, in begin
version, status, reason = self._read_status()
File "/usr/lib/python3.10/http/client.py", line 287, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response

The error occurs only with the xl and xxl model. The other ones large, base, etc work fine.
I have enough disk space and a stable internet connection. What am I doing wrong?

Google org

I would say it's due to unstable connection, but it may also be temporary issues from our (HF) side. Can you try again when you have a chance to?

Just tried it again. The first time I got the same error as yesterday at the exact same point. I tried it yesterday 5 times with the xl model and 2 times with the xxl model, all failed. Today the second time it somehow worked. Seems like it was my connection, even though I never had trouble with it before.

Jaizo changed discussion status to closed

Sign up or log in to comment