Course repo for mastering LLM engineering
Top 15.9% on sourcepulse
This repository accompanies a comprehensive 8-week LLM Engineering course, designed for individuals seeking to master AI and LLMs through hands-on project building. It offers a structured learning path, progressing from foundational concepts to advanced agentic AI solutions, with a strong emphasis on practical application and skill development.
How It Works
The course leverages Ollama for immediate local LLM interaction, enabling users to run models like Llama 3.2 directly on their machines. For more intensive tasks, it integrates Google Colab, providing access to GPUs and facilitating the use of various LLM APIs and Hugging Face libraries. The curriculum emphasizes a "learning by doing" approach, encouraging users to run, inspect, and modify code examples to deepen their understanding.
Quick Start & Requirements
ollama run llama3.2
or ollama run llama3.2:1b
for smaller machines.Highlighted Details
Maintenance & Community
The instructor, Ed Donner, is accessible via email (ed@edwarddonner.com) and LinkedIn (https://www.linkedin.com/in/eddonner/) for support and feedback.
Licensing & Compatibility
The repository's licensing is not explicitly stated in the provided README.
Limitations & Caveats
The README strongly advises against using Llama 3.3 due to its large parameter size (70B), recommending Llama 3.2 for home computer compatibility. Some cloud services used in the course may incur minimal costs, though free alternatives are provided.
2 days ago
1 day