Fix: use return_dict=True + **encoded for transformers >=4.47 compatibility 959887d verified shabul commited on 24 days ago
Try float32 to see actual failure mode vs bfloat16 AttributeError 6628314 verified shabul commited on 24 days ago
Minimal ChatInterface, return not yield, no Blocks wrapper — isolate inference e10b677 verified shabul commited on 24 days ago
show_error=True in Blocks, robust history parsing for Gradio 5 265658c verified shabul commited on 24 days ago
Add show_error=True and full traceback capture to expose hidden exception 775c27a verified shabul commited on 24 days ago
Simplify: drop threading/streamer, use synchronous generate + torch.no_grad d062dd2 verified shabul commited on 24 days ago
Better exception capture to diagnose generation failure be033bd verified shabul commited on 24 days ago
Switch float16->bfloat16: float16 unsupported for CPU matmul a743b5c verified shabul commited on 25 days ago
Switch to float16 (~6GB vs 12GB), capture thread exceptions e2b78bb verified shabul commited on 25 days ago
Fix: add streamer timeout, reduce default tokens to 150, honest CPU timing a4da5e4 verified shabul commited on 25 days ago
Fix Gradio 5 API: remove retry/undo/clear_btn, add type=messages to Chatbot f76bc7b verified shabul commited on 25 days ago
Fix: pin gradio==5.29.1 (Python 3.13 compatible, no audioop) c36f88c verified shabul commited on 25 days ago
Fix: upgrade to Gradio 5 for Python 3.13 compatibility bfc5ccb verified shabul commited on 25 days ago