Remove internal progress-log reference from comment
3790900
Running
Botcommited on
UI/UX polish: random example button, honest disclaimer, better result formatting
dbdf0a6
Botcommited on
Add traceback logging to debug generation errors
c7fba6e
Botcommited on
Fix ZeroGPU: lazy-load model inside decorated function, not at import time
db89e8d
Botcommited on
Add full traceback logging to diagnose model-load failure
ca9c3e4
Botcommited 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
Botcommited on
Fix fatal crash: spaces import must be first, before any CUDA-touching package
7c55e05
Botcommited 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
Botcommited on
Deploy: fix ZeroGPU RUNTIME_ERROR (@spaces.GPU decorator), sync prompt-format and greedy-decoding fixes from main training/eval work