sql-copilot / app.py

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

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

Deploy SQL Copilot: Gradio UI with Qwen model
5620566

Bot commited on