Week 1 : Lab 1 - Generative AI Use Case: Summarize Dialogue
I am facing issue while running command
model_name=‘google/flan-t5-base’
model = AutoModelForSeq2SeqLM.from_pretrained(model_name)
The error is as following
TimeoutError Traceback (most recent call last)
File /opt/conda/lib/python3.11/site-packages/urllib3/connectionpool.py:404, in HTTPConnectionPool._make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw)
403 try:
→ 404 self._validate_conn(conn)
405 except (SocketTimeout, BaseSSLError) as e:
406 # Py2 raises this as a BaseSSLError, Py3 raises it as socket timeout.
This is a part of the error the actual error log is bigger but for all cases in it I am getting timeout error.