Connection Error With Login in Jupyter Notebook

Hello,
I’m attempting to use the Llama 2 model in my Jupyter Notebook, but I am unable to log in. In my notebook, I run the following code to attempt to log in:

from huggingface_hub import login
login()

It runs normally and brings up the login widget telling me to paste in my token. When I paste in my token and click Login, however, it gives me the following error:

ConnectionError: (ProtocolError(‘Connection aborted.’, ConnectionResetError(10054, ‘An existing connection was forcibly closed by the remote host’, None, 10054, None)), ‘(Request ID: 9c1e60db-7f32-4784-a757-3439af17ef80)’)

It is possible that this is due to a corporate firewall, since I am running this notebook on my work computer, but I would still like to find a way to get around it. If you have a possible solution, please let me know. Thank you.