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'))
When I run:
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'))