diff --git a/resources.jpg b/resources.jpg new file mode 100644 index 0000000..ba73964 Binary files /dev/null and b/resources.jpg differ diff --git a/week1/day2 EXERCISE.ipynb b/week1/day2 EXERCISE.ipynb index c2de0a7..6bdbde5 100644 --- a/week1/day2 EXERCISE.ipynb +++ b/week1/day2 EXERCISE.ipynb @@ -4,6 +4,37 @@ "cell_type": "markdown", "id": "d15d8294-3328-4e07-ad16-8a03e9bbfdb9", "metadata": {}, + "source": [ + "# Welcome to your first assignment!\n", + "\n", + "Instructions are below. Please give this a try, and look in the solutions folder if you get stuck (or feel free to ask me!)" + ] + }, + { + "cell_type": "markdown", + "id": "ada885d9-4d42-4d9b-97f0-74fbbbfe93a9", + "metadata": {}, + "source": [ + "
\n",
+ " ![]() | \n",
+ " \n",
+ " Just before we get to the assignment --\n", + " I thought I'd take a second to point you at this page of useful resources for the course. This includes links to all the slides.\n", + " https://edwarddonner.com/2024/11/13/llm-engineering-resources/ \n", + " Please keep this bookmarked, and I'll continue to add more useful links there over time.\n", + " \n", + " | \n",
+ "
\n",
+ " ![]() | \n",
+ " \n",
+ " A reminder on 2 useful resources\n", + " 1. The resources for the course are available here.\n", + " 2. I'm on LinkedIn here and I love connecting with people taking the course!\n", + " \n", + " | \n",
+ "
conda env update --f environment.yml --prune
pip install -r requirements.txt
\n",
+ " \n",
+ " ![]() | \n",
+ " \n",
+ " Reminder about the resources page\n", + " Here's a link to resources for the course. This includes links to all the slides.\n", + " https://edwarddonner.com/2024/11/13/llm-engineering-resources/ \n", + " Please keep this bookmarked, and I'll continue to add more useful links there over time.\n", " \n", " | \n",
"
\n",
- " ![]() ![]() | \n",
" \n",
- " Reminder: fetch latest code\n", - " I'm continually improving these labs, adding more examples and exercises.\n", + "Reminder: fetch latest code\n", + " I'm continually improving these labs, adding more examples and exercises.\n", " At the start of each week, it's worth checking you have the latest code.\n", " First do a git pull and merge your changes as needed. Any problems? Try asking ChatGPT to clarify how to merge - or contact me! \n", " After you've pulled the code, from the llm_engineering directory, in an Anaconda prompt (PC) or Terminal (Mac), run: \n", " conda env update --f environment.yml --prune \n", " Or if you used virtualenv rather than Anaconda, then run this from your activated environment in a Powershell (PC) or Terminal (Mac): \n", " pip install -r requirements.txt \n",
+ " Then restart the kernel (Kernel menu >> Restart Kernel and Clear Outputs Of All Cells) to pick up the changes.\n", " \n", " | \n",
"