CogView2
CogView2 copied to clipboard
Checkpoint download error
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'))
I have been facing the same error. Here is a screenshot of the full error:

Also, the huggingface space seems to be not working either.
Have you trained the auto download in the code (just run the given command normally)