Skip to content

Commit e562e3b

Browse files
committed
update README
1 parent b8703c1 commit e562e3b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ TeleFuser is a high-performance runtime for world model inference and multimodal
1717

1818
## Why TeleFuser
1919

20+
Most open-source inference stacks are optimized for one of three cases:
21+
22+
- one-shot image generation
23+
- offline video generation
24+
- general LLM serving
25+
2026
Real-time world models need a different runtime profile: continuous execution, streaming output, bidirectional interaction, stateful sessions, long-context efficiency, and stable performance under concurrency. TeleFuser focuses on those runtime problems directly.
2127

2228
The project treats a world model as more than a function that returns a single clip. It provides the infrastructure needed to run a model as a continuously updated system that can receive input, keep state, and emit frames progressively.

0 commit comments

Comments
 (0)