Cannot import llama31 or 32 from utils

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

Bests

Thank you for your response. I do not see any utils.py when I click File → Open. I’ve attached the screenshot below. Am I missing something?

Here are my screenshots: FIle → Open gives me L2 folder. You have meta-c2 folder.

1 Like