Error to execute FLAN-T5 model command with time out error

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.

probably duplicate

Yes, by the looks of it I am also facing similar issue. Thanks for pointing it out .

Same here, and cannot go on with lab 2 without this fixed. Any suggestions?

I’m having the same issue. What should I do?

Please follow this issue.

Hello Ajay could you proceed further? I am also facing same issue that you have mentioned.

As per my knowledge the developers are still working on it. Meanwhile you can check the issue I have added in comments.

It’s working now. Whoever is following this discussion , please check from your side.

1 Like

Indeed, it works now.