You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/repos.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,4 +34,6 @@ As the course progresses and projects get more complex, we will start to move aw
34
34
35
35
9.**Encoder decoder translation models**: [`gperdrizet/language-models`](https://github.com/gperdrizet/language-models). Neural machine translation models using encoder-decoder architecture and LSTM+attention, builds up to implementation of the first transformer model.
36
36
37
-
10.**LLM applications demonstrations**: [`gperdrizet/llms-demo`](https://github.com/gperdrizet/llms-demo). Demonstrations related to building LLM based applications topics covered include hosting models for inference, prompting strategies and LangChain for application development. Also includes slides and activities.
37
+
10.**LLM applications demonstrations**: [`gperdrizet/llms-demo`](https://github.com/gperdrizet/llms-demo). Demonstrations related to building LLM based applications topics covered include hosting models for inference, prompting strategies and LangChain for application development. Also includes slides and activities.
38
+
39
+
11.**Unit 6 assignments template**: [gperdrizet/unit-6-assignments](https://github.com/gperdrizet/unit-6-assignments). GitHub repo for the incremental capstone and unit end assignment from unit 6. This is the environment set-up I used to complete my solutions, it contains a devcontainer set-up based on the `llms-gpu` container.
0 commit comments