Commit History

Remove internal progress-log reference from comment
3790900
Running

Bot commited on

UI/UX polish: random example button, honest disclaimer, better result formatting
dbdf0a6

Bot commited on

Add traceback logging to debug generation errors
c7fba6e

Bot commited on

Fix ZeroGPU: lazy-load model inside decorated function, not at import time
db89e8d

Bot commited on

Add full traceback logging to diagnose model-load failure
ca9c3e4

Bot commited on

Fix: load base model in plain fp32 + PeftModel, avoiding the 4-bit quantization auto-detection that required a GPU at import time (unavailable under ZeroGPU)
4b556cf

Bot commited on

Fix fatal crash: spaces import must be first, before any CUDA-touching package
7c55e05

Bot commited on

Add bitsandbytes: fine-tuned adapter was silently falling back to base model without it
6daf743

Bot commited on

Fix root cause: model was never loading on the Space (Gradio SDK never runs FastAPI lifespan), causing every request to crash. Module-level load + correct ZeroGPU device pattern + always-JSON outputs.
7aa9156

Bot commited on

Deploy: fix ZeroGPU RUNTIME_ERROR (@spaces.GPU decorator), sync prompt-format and greedy-decoding fixes from main training/eval work
c1e3025

Bot commited on

Fix build: remove pinned gradio/transformers/peft/unsloth deps conflicting with HF Spaces platform gradio
76af75d

Bot commited on

Fix torch version for ZeroGPU compatibility
2b929ee

Bot commited on

Deploy SQL Copilot: Gradio UI with Qwen model
5620566

Bot commited on

initial commit
dd40b43
verified

vishnuadupa commited on