When creating a post, please add:
- Week # must be added in the tags option of the post.
- Link to the classroom item you are referring to:
- Description (include relevant info but please do not post solution code or your entire notebook):
- [Finetuning Large Language Models]
- while trying to work with course example at macos getting following error-
- ImportError: cannot import name ‘BasicModelRunner’ from ‘llama’ (/Users/x/Downloads/llama-main/llama/init.py)
- initially faced error while installing the llama also but used python3.9 and numpy 1.26.4
- could you please provide your insight for fixing the issue.