Tutorial Notebooks¶
Complete tutorial series for llcuda v2.2.0 on Kaggle dual T4 - 13 comprehensive tutorials from beginner to advanced.
Recommended Setup
- Kaggle notebook with 2× Tesla T4 (30GB VRAM)
- CUDA 12 environment
- Use the Kaggle Setup Guide before starting
Core Tutorials (1-10)¶
| # | Notebook | Open in Kaggle | Description | Time |
|---|---|---|---|---|
| 01 | Quick Start | 5-minute introduction | 5 min | |
| 02 | Server Setup | Server configuration | 15 min | |
| 03 | Multi-GPU | Dual T4 tensor-split | 20 min | |
| 04 | GGUF Quantization | K-quants, I-quants | 20 min | |
| 05 | Unsloth Integration | Fine-tune → Deploy | 30 min | |
| 06 | Split-GPU + Graphistry | LLM + Visualization | 30 min | |
| 07 | Knowledge Graph Extraction | LLM-driven entity & relation graphs | 30 min | |
| 08 | Document Network Analysis | GPU graph analytics for documents | 35 min | |
| 09 | Large Models (13B+) | Large models on dual T4 | 30 min | |
| 10 | Complete Workflow | End-to-end | 45 min |
Visualization Trilogy (11-13)¶
| # | Notebook | Open in Kaggle | Description | Time |
|---|---|---|---|---|
| 11 | GGUF Neural Network Visualization | Complete model architecture as interactive graphs | 60 min | |
| 12 | GGUF Attention Mechanism Explorer | Q‑K‑V attention analysis | 20 min | |
| 13 | GGUF Token Embedding Visualizer | 3D embedding space exploration | 15 min |
Learning Paths¶
Beginner (1 hour)¶
Start here if you're new to llcuda:
Intermediate (3 hours)¶
Full fundamentals with deployment:
Advanced (2 hours)¶
Multi-GPU focus for large models:
Visualization & Research (3 hours) RECOMMENDED¶
Complete architecture analysis with Graphistry:
Complete Master (6 hours)¶
Everything from basics to advanced visualization: