Included links to all Google Colabs in the README and week 3 folder

This commit is contained in:
Edward Donner
2024-09-18 08:16:21 -04:00
parent 1920e76510
commit 3f49af8b33
7 changed files with 251 additions and 1 deletions

View File

@@ -7,7 +7,11 @@
"source": [
"# Code Generator\n",
"\n",
"The requirement: use a Frontier model to generate high performance C++ code from Python code"
"The requirement: use an Open Source model to generate high performance C++ code from Python code\n",
"\n",
"To replicate this, you'll need to set up a HuggingFace endpoint as I do in the video. It's simple to do, and it's quite satisfying to see the results!\n",
"\n",
"It's also an important part of your learning; this is the first example of deploying an open source model to be behind an API. We'll return to this in Week 8, but this should plant a seed in your mind for what's involved in productionizing models."
]
},
{