Throwing Error while loading pre-trained FLAN-T5 model / Step 9
model_name=‘google/flan-t5-base’
original_model = AutoModelForSeq2SeqLM.from_pretrained(model_name, torch_dtype=torch.bfloat16)
tokenizer = AutoTokenizer.from_pretrained(model_name)
*Please see the below TimeoutError
--------------------------------------------------------------------------- TimeoutError Traceback (most recent call last) File