← Back to Tutorials

9. Practice & Resources

Quick Reference Guide

TaskLibrary / ToolCommand
Run local LLMOllamaollama pull llama3.2
Chat completionsopenai / litellmlitellm --model gpt-4o
Vector searchChromaDBChroma.from_texts(chunks, embeddings)
RAG pipelineLangChainRetrievalQA.from_chain_type(...)
Fine-tuningTRL + PEFTSFTTrainer(model, dataset)
QLoRAbitsandbytesload_in_4bit=True
UI prototypingGradiogr.ChatInterface(...).launch()
Serverless deployModalmodal deploy app.py

Useful Resources

8-Week Study Plan

WeekTopicActivities
1LLM ProductOllama, LLM types, streaming, brochure generator
2Multi-Modal ChatbotGradio, tool calling, DALL-E, TTS, SQLite
3HuggingFacePipelines, tokenizers, quantization, Whisper
4LLM ShowdownModel comparison, benchmarks, code gen
5RAGLangChain, ChromaDB, evaluations, advanced RAG
6ML/DL/Fine-TuningXGBoost, PyTorch, SFT, monitoring
7Open-Source Fine-TuningQLoRA, adapters, W&B, evaluation
8Multi-Agent SystemsPlanning agents, Modal, deal scanner capstone

Certificate Path

✏️ Final Capstone: Combine everything into a production-ready system: (1) fine-tune a small model on your domain data using QLoRA, (2) deploy it with Modal, (3) build a RAG pipeline around it with ChromaDB, (4) add a Gradio chat interface, (5) implement multi-agent orchestration with planning and review, and (6) monitor with W&B logging.