Opengrid / requirements-training.txt
K446's picture
Drop unsloth: use standard bitsandbytes 4-bit + peft LoRA + TRL GRPOTrainer
6072ace
raw
history blame contribute delete
275 Bytes
# Training deps — standard stack, no unsloth
transformers>=4.46.0,<4.52
trl>=0.12.0,<0.16
peft>=0.13.0
accelerate>=1.0.0
datasets>=3.0.0
bitsandbytes
torchvision
hf_transfer
# Shared with environment
fastapi
uvicorn[standard]
pydantic>=2.0
numpy
networkx
matplotlib
httpx