CoolFace
Apppublic

sai1906/opsguard

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
24 commits on main
b3b0fcf5mo ago

cuda: sleep 30s instead of poll-fail; let model load handle lazy init

sai1906
6a662275mo ago

harden cuda wait: 180s timeout + torch.cuda.init() force

sai1906
d0a0caa5mo ago

fix bf16 NaN: fp32 LoRA cast + grad checkpointing across SFT/DPO/GRPO; lower lora_r=32; adam_eps=1e-7; fix GRPO reward scenario routing

sai1906
cbe58f85mo ago

fix SFT NaN: max_grad_norm=1, lr=5e-5, lora_alpha=128 default; harden workdir

sai1906
22447545mo ago

cuda init wait retry

sai1906
ea0851b5mo ago

clone repo first, push helper, fix data path

sai1906
394f6d75mo ago

bold pipeline SFT+DPO+GRPO+eval, smoke flag for Colab test

sai1906
8fa9ffa5mo ago

SFT-only launcher mirroring working Colab

sai1906
7f822f25mo ago

fix Colab cwd-nuke bug

sai1906
12824db5mo ago

add SFT training traces

sai1906
18db0145mo ago

self-contained Colab T4 trainer

sai1906
491f2205mo ago

SFT only path - skip GRPO tools chaos

sai1906
16d26ca5mo ago

add jmespath + missing deps

sai1906
58f198f5mo ago

fix client relative import

sai1906
e4bb3355mo ago

make unsloth optional, fallback to plain transformers

sai1906
b4112925mo ago

skip SFT, 7B bf16 direct GRPO

sai1906
ae37eba5mo ago

drop unsloth+vllm conflict, use Qwen 3B + transformers

sai1906
d90e6435mo ago

add HF Job launcher

sai1906
83452295mo ago

Upload folder using huggingface_hub

sai1906
24905fb5mo ago

remove stale lock to force fresh resolve

sai1906
2519a9b5mo ago

Upload folder using huggingface_hub

sai1906
3476d6b5mo ago

Upload folder using huggingface_hub

sai1906
26120065mo ago

Upload folder using huggingface_hub

sai1906
626545e5mo ago

initial commit

sai1906