I keep getting import errors for load_env, llama31 , llama32 packages when I’m trying to start the lab for this course. Can you pls advise what is going wrong ?
from utils import llama31
ImportError Traceback (most recent call last)
Cell In[3], line 1
----> 1 from utils import llama31
ImportError: cannot import name ‘llama31’ from ‘utils’ (/home/jovyan/.local/lib/python3.9/site-packages/utils/init.py)
You are trying to use “utils” package. This is not the correct one. To get utils.py, on lesson 2 jupyter notebook, click File → Open and you will see the utils.py script with requirements.txt