# %% Cell 1: Install Unsloth & Dependencies
# Run this cell once to install everything needed.

!pip install -q unsloth transformers datasets trl accelerate bitsandbytes
print("Installation complete. Restart the kernel if this was the first time, then run Cell 2.")
