LiveWan / wanstreamer /serve /__init__.py
JonathanColetti's picture
LiveWan streaming demo on ZeroGPU
36cdb93 verified
Raw
History Blame Contribute Delete
333 Bytes
"""Browser demo layer: a serving shell around the project's inference core.
Everything that touches the streaming maths lives in `wanstreamer` proper
(`stream.FewStepStreamer`, `blockcausal`, `kvcache`, `rope`). This package only
drives it: session management, JPEG framing, a websocket, world generation from
text, and the UI.
"""