CogView2 icon indicating copy to clipboard operation
CogView2 copied to clipboard

Checkpoint download error

Open victorup opened this issue 3 years ago • 3 comments

When I run:

from baai_modelhub import AutoPull
auto_pull = AutoPull()
auto_pull.get_model(model_name='cogview2-ch',
                    model_save_path='./checkpoints/'
                    )

It returns an error: requests.exceptions.ConnectionError: HTTPConnectionPool(host='120.131.5.115', port=8080): Max retries exceeded with url: /api/downloadFromCode (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2c360d85b0>: Failed to establish a new connection: [Errno 110] Connection timed out'))

victorup avatar Nov 17 '22 14:11 victorup

I have been facing the same error. Here is a screenshot of the full error: image

sajeedmehrab avatar Nov 28 '22 00:11 sajeedmehrab

Also, the huggingface space seems to be not working either.

sajeedmehrab avatar Nov 28 '22 00:11 sajeedmehrab

Have you trained the auto download in the code (just run the given command normally)

Sleepychord avatar Nov 28 '22 05:11 Sleepychord