ImportError loading FLAN-t%

In the Jupyter notebook, I get an error when I run
model_name=‘google/flan-t5-base’
model = AutoModelForSeq2SeqLM.from_pretrained(model_name)

Errors sugest pyTorch is not properly installed.
There were exceptions when the initial pip installs were run (quiet), but we were told to ignore those.

Re-running the kernel up to that cell appears to have fixed it. Posting in case this helps others.

Thank you for reporting, Kandy! We’ll monitor this issue and update the notebook if needed.

I’m getting this import error as well when running module 6.

I’m not sure if this is related to this error message from output of module 3: None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won’t be available and only tokenizers, configuration and file/data utilities can be used.

Restarting the the kernel did not fix the issue for me. Please advise.