Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

gpt2 = GPT2Client('355M') Doesn't work. SSL Error. #42

@steeljardas

Description

@steeljardas

Doing the following code:

from gpt2_client import GPT2Client
gpt2 = GPT2Client('117M', save_dir="models") # This could also be `355M`, `774M`, or `1558M`
gpt2.load_model(force_download=False)

Isn't working and it gives the following error:
requests.exceptions.SSLError: HTTPSConnectionPool(host='storage.googleapis.com', port=443): Max retries exceeded with url: /gpt-2/models/117M/checkpoint (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))

Can't I just download the models myself and keep it somewhere so it doesn't ever have to download them again?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions