Wheeler-Chat / app.py

Commit History

Fix infinite page growth: remove fill_height (feedback loop with HF iframe auto-resizer)
ddc5034

Quazim0t0 Claude Fable 5 commited on

Replace animated scene with draw-once static background (no animation loop, no flicker possible)
54d83ac

Quazim0t0 Claude Fable 5 commited on

Fix severe flicker: remove backdrop-filter blur over animated canvas, static grain, reduced-motion + slow-GPU freeze
a8484e8

Quazim0t0 Claude Fable 5 commited on

Perf: pre-render nebula/glow sprites, cap scene at 30fps (fixes browser lag)
5ab6a3e

Quazim0t0 Claude Fable 5 commited on

Redesign UI: cosmic Wheeler-DeWitt scene (parallax stars, orrery, ripples), compact glass layout
17f8d7b

Quazim0t0 Claude Fable 5 commited on

Show search progress via gr.Progress (no chat-message streaming)
0661b15
verified

Quazim0t0 commited on

Revert searching indicator: regressed generation
ac2028d
verified

Quazim0t0 commited on

Stream a searching indicator while candidates are drawn
84aa489
verified

Quazim0t0 commited on

Remove type= from Chatbot (removed in gradio 6)
c5376b2
verified

Quazim0t0 commited on

Coerce gradio-6 content parts in render() so structure never reaches the prompt
93547e0
verified

Quazim0t0 commited on

Set Chatbot type='messages' to match on_submit dict format
1f3d46f
verified

Quazim0t0 commited on

Handle list-valued chat content in effort scoring
be2ed82
verified

Quazim0t0 commited on

Use effort-scaled decoding (best-of-N + rerank)
b9ccad5
verified

Quazim0t0 commited on

Update app.py
b49eff1
verified

Quazim0t0 commited on

Upload app.py with huggingface_hub
66315cd
verified

Quazim0t0 commited on

Upload app.py with huggingface_hub
0e1b3b4
verified

Quazim0t0 commited on

Upload app.py with huggingface_hub
8deab7a
verified

Quazim0t0 commited on

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

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

Revert "Decoding upgrade from sampling sweep: no-repeat-ngram(3) + reply-only repetition penalty + min_p(0.08) tail trim"
9f92a54

Quazim0t0 commited on

Decoding upgrade from sampling sweep: no-repeat-ngram(3) + reply-only repetition penalty + min_p(0.08) tail trim
2341c41

Quazim0t0 commited on

Upload folder using huggingface_hub
23e107e
verified

Quazim0t0 commited on

Fix startup: add transformers to requirements; KV-cached decode with per-request ring-memory reset (matches generate.py harness)
a16dcab

Quazim0t0 commited on

Upload folder using huggingface_hub
f2da4d6
verified

Quazim0t0 commited on

Upload folder using huggingface_hub
aa67385
verified

Quazim0t0 commited on