You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to access the huggingface repto "google/timesfm-1.0-200m" on two different servers, first a private server, where I get the following error message:
ProxyError: (MaxRetryError('HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/models/google/timesfm-1.0-200m/revision/main (Caused by ProxyError('Unable to connect to proxy', NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f79806ed000>: Failed to resolve \userProxy' ([Errno -3] Temporary failure in name resolution)")))'), '(Request ID: 62df458c-4d89-413f-b923-a117212f95b2)')
Or this one, on both servers, the second one is google colab:
TypeError: TimesFmBase.init() got an unexpected keyword argument 'context_len'
for running the pax version of TimesFM, which is needed to fine-tune TimesFM. Is there a reason for that? Or is there another way on how to fine-tune TimesFM with the torch version?
The text was updated successfully, but these errors were encountered:
I'm trying to access the huggingface repto "google/timesfm-1.0-200m" on two different servers, first a private server, where I get the following error message:
ProxyError: (MaxRetryError('HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/models/google/timesfm-1.0-200m/revision/main (Caused by ProxyError('Unable to connect to proxy', NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f79806ed000>: Failed to resolve \userProxy' ([Errno -3] Temporary failure in name resolution)")))'), '(Request ID: 62df458c-4d89-413f-b923-a117212f95b2)')
Or this one, on both servers, the second one is google colab:
TypeError: TimesFmBase.init() got an unexpected keyword argument 'context_len'
for running the pax version of TimesFM, which is needed to fine-tune TimesFM. Is there a reason for that? Or is there another way on how to fine-tune TimesFM with the torch version?
The text was updated successfully, but these errors were encountered: