Fix infinite page growth: remove fill_height (feedback loop with HF iframe auto-resizer) ddc5034 Quazim0t0 Claude Fable 5 commited on 12 days ago
Replace animated scene with draw-once static background (no animation loop, no flicker possible) 54d83ac Quazim0t0 Claude Fable 5 commited on 12 days ago
Fix severe flicker: remove backdrop-filter blur over animated canvas, static grain, reduced-motion + slow-GPU freeze a8484e8 Quazim0t0 Claude Fable 5 commited on 12 days ago
Perf: pre-render nebula/glow sprites, cap scene at 30fps (fixes browser lag) 5ab6a3e Quazim0t0 Claude Fable 5 commited on 12 days ago
Redesign UI: cosmic Wheeler-DeWitt scene (parallax stars, orrery, ripples), compact glass layout 17f8d7b Quazim0t0 Claude Fable 5 commited on 12 days ago
Show search progress via gr.Progress (no chat-message streaming) 0661b15 verified Quazim0t0 commited on 12 days ago
Stream a searching indicator while candidates are drawn 84aa489 verified Quazim0t0 commited on 12 days ago
Coerce gradio-6 content parts in render() so structure never reaches the prompt 93547e0 verified Quazim0t0 commited on 12 days ago
Set Chatbot type='messages' to match on_submit dict format 1f3d46f verified Quazim0t0 commited on 12 days ago
Serve WheelerV2 (new arch code + morphable/ELO/fractal-rope); nrng decoding (rep 1.15 + top-k 40); tested example prompts; accurate description a42bb99 Quazim0t0 commited on 24 days ago
Add no-repeat-ngram(3): A/B on real weights at deployed t0.7/top_p0.9, rep-4 0.181 -> 0.000, distinct-2 0.745 -> 0.913 69954f7 Quazim0t0 commited on 27 days ago
Revert "Decoding upgrade from sampling sweep: no-repeat-ngram(3) + reply-only repetition penalty + min_p(0.08) tail trim" 9f92a54 Quazim0t0 commited on 27 days ago
Decoding upgrade from sampling sweep: no-repeat-ngram(3) + reply-only repetition penalty + min_p(0.08) tail trim 2341c41 Quazim0t0 commited on 27 days ago
Fix startup: add transformers to requirements; KV-cached decode with per-request ring-memory reset (matches generate.py harness) a16dcab Quazim0t0 commited on 29 days ago