# Fine-Tuning (Module 8) extras — NVIDIA GPU only, installed on top of requirements.txt # inside backend/Dockerfile.cuda. torch is deliberately NOT listed here: it ships # pre-installed (and correctly matched to the CUDA toolkit version) in the base image # backend/Dockerfile.cuda uses — reinstalling it via pip risks breaking that match. # # Unlike every other requirements file in this project, these are NOT pinned exact # versions verified via a real install (there's no NVIDIA GPU available to test # against in the environment these were written in) — they're a reasonable starting # point. If the first real install/run surfaces a version conflict or an API mismatch # against a specific pin, that's expected; tighten the pin here once it's confirmed # working on real hardware. unsloth peft>=0.13 trl>=0.12 bitsandbytes>=0.44 accelerate>=1.0 datasets>=3.0