Kaggle Setup Guide¶
Complete guide for setting up llcuda v2.2.0 on Kaggle with dual T4 GPUs.
Prerequisites¶
- Kaggle account
- Phone verification (for GPU access)
Step 1: Create Notebook¶
- Go to kaggle.com/code
- Click "New Notebook"
- Choose "Notebook" type
Step 2: Configure GPU¶
- Click Settings (gear icon)
- Accelerator → Select GPU T4 x 2
- Internet → Toggle On
- Persistence → Optional: Enable for faster startups
Step 3: Install llcuda¶
Step 4: Verify Setup¶
import llcuda
from llcuda.api.multigpu import detect_gpus, print_gpu_info
print(f"llcuda v{llcuda.__version__}")
print_gpu_info()
Step 5: Test Inference¶
Run the Quick Start notebook to verify everything works.
Kaggle Limits¶
- Session Duration: 12 hours maximum
- Disk Space: 73 GB available
- VRAM: 30 GB total (2× 15GB T4)
- Internet: Required for pip installs