Commit History

final commit
6902a56

10doshi12 commited on

fix: install peft patch as staticmethod to avoid double cls-binding
cd319e6

10doshi12 commited on

fix: monkey-patch PeftModel.from_pretrained to force lora requires_grad on resume
a8adfb9

10doshi12 commited on

fix: install kbit-training grad hooks at from_pretrained (resumed-LoRA path was missing them)
70ee629

10doshi12 commited on

fix: skip real-unsloth chain; use shim deterministically (-runtime image, no nvcc)
34dbfad

10doshi12 commited on

fix: default ALLOW_UNSLOTH_SHIM_FALLBACK=1 (-runtime image has no nvcc)
4a072c6

10doshi12 commited on

fix: --no-build-isolation + layered unsloth fallbacks (flash-attn build)
586405a

10doshi12 commited on

fix: unsloth working
cca683d

10doshi12 commited on

fix: enable_input_require_grads so LoRA actually learns
9a66e01

10doshi12 commited on

fix: cap baseline at 1 episode/difficulty (3 total) for time-constrained runs
1cac1c7

10doshi12 commited on

fix: silence transformers max_length/max_new_tokens warning spam
126c644

10doshi12 commited on

feat: replace unsloth with transformers-backed shim (drop unsloth dep entirely)
fa29d6d

10doshi12 commited on

fix: pin xformers==0.0.28.post3 (torch 2.5.x compat)
b3bea2b

10doshi12 commited on

fix: pin unsloth_zoo<2025 to dodge torch.int1 (needs torch 2.6+)
f9c2bf0

10doshi12 commited on

fix: pin torch cu121 before+after unsloth; print version at build
d21fa22

10doshi12 commited on

fix: build env venv via virtualenv+pip; add torchvision to agent venv
d556e95

10doshi12 commited on

fix: replace uv sync with virtualenv+pip for agent venv (matches Colab)
3ce6c06

10doshi12 commited on

fix: pin torch cu121 + install unsloth into venv; bypass uv at runtime
cb808ba

10doshi12 commited on

fix: useradd uid 1000 + torch cache dirs to satisfy getpwuid
c5bb98b

10doshi12 commited on

fix: drop sticky bit on uv cache + chown to uid 1000
eaedf82

10doshi12 commited on

fix: install uvicorn for python3.11 (was landing in python3.10)
c2ddb39

10doshi12 commited on

fix: docker error
78a6d42

10doshi12 commited on

deploy: continuous SFT + baselines worker
d3335d9

10doshi12 commited on

initial commit
2a82462
verified

10doshi12 commited on