From 98f1e974527b710e2f3e603a099aa6f8ca5fd036 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Sat, 13 Apr 2024 15:04:08 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 45b603d..249a815 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,8 @@ Alternatively, you can view this and other files on GitHub at [https://github.co | Ch 8: Using Large Language Models in Practice | Q2/3 2024 | ... | | Appendix A: Introduction to PyTorch | - [code-part1.ipynb](appendix-A/01_main-chapter-code/code-part1.ipynb)
- [code-part2.ipynb](appendix-A/01_main-chapter-code/code-part2.ipynb)
- [DDP-script.py](appendix-A/01_main-chapter-code/DDP-script.py)
- [exercise-solutions.ipynb](appendix-A/01_main-chapter-code/exercise-solutions.ipynb) | [./appendix-A](./appendix-A) | | Appendix B: References and Further Reading | No code | - | -| Appendix C: Exercises | No code | - | +| Appendix C: Exercise Solutions | No code | - | | Appendix D: Adding Bells and Whistles to the Training Loop | - [appendix-D.ipynb](appendix-D/01_main-chapter-code/appendix-D.ipynb) | [./appendix-D](./appendix-D) | -|
|||