1+ name : Roadmap Item
2+ description : Propose a milestone or roadmap item for TeleFuser development
3+ title : " [ROADMAP] "
4+ labels : ["roadmap", "triage"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for contributing to the TeleFuser roadmap!
10+ Use this template to propose major milestones, new model integrations,
11+ or strategic development items.
12+
13+ - type : dropdown
14+ id : category
15+ attributes :
16+ label : Category
17+ description : Which area does this roadmap item belong to?
18+ options :
19+ - New Model Integration
20+ - Performance Optimization
21+ - Distributed Inference
22+ - Kernel / Ops
23+ - API & Service
24+ - Documentation & Tooling
25+ - Infrastructure & CI
26+ - Other
27+ validations :
28+ required : true
29+
30+ - type : textarea
31+ id : goal
32+ attributes :
33+ label : Goal / Objective
34+ description : What is the high-level goal of this roadmap item?
35+ placeholder : |
36+ Support Wan2.2 video generation with full pipeline integration,
37+ including T2V, I2V, and FL2V modes with multi-GPU inference support.
38+ validations :
39+ required : true
40+
41+ - type : textarea
42+ id : scope
43+ attributes :
44+ label : Scope & Deliverables
45+ description : List the concrete deliverables and scope of work
46+ placeholder : |
47+ - Implement WanVideo pipeline for Wan2.2 (T2V, I2V, FL2V)
48+ - Add Ulysses/Ring SP support for Wan2.2
49+ - Add AdaTaylorCache integration
50+ - Write unit tests and benchmarks
51+ - Update documentation
52+ validations :
53+ required : true
54+
55+ - type : textarea
56+ id : timeline
57+ attributes :
58+ label : Target Timeline
59+ description : When should this be completed? (approximate milestone or date)
60+ placeholder : |
61+ Target: Q3 2026 / v0.2.0 release
62+
63+ - type : textarea
64+ id : dependencies
65+ attributes :
66+ label : Dependencies & Prerequisites
67+ description : What needs to be done first, or what external dependencies exist?
68+ placeholder : |
69+ - Requires PyTorch 2.6+ with CUDA 12.8+
70+ - Depends on #XXX (Ulysses SP refactor)
71+ - Blocked by upstream model release
72+
73+ - type : textarea
74+ id : impact
75+ attributes :
76+ label : Impact & Priority
77+ description : Why is this important? What is the expected impact?
78+ placeholder : |
79+ High priority — Wan2.2 is a widely requested model.
80+ Expected throughput improvement: 2x over current Wan2.1 pipeline.
81+ Enables long-video generation (>60s) with Ring Attention.
82+
83+ - type : textarea
84+ id : context
85+ attributes :
86+ label : Additional Context
87+ description : References, links, or other information
88+ placeholder : |
89+ - Related paper: https://arxiv.org/abs/XXXX
90+ - Reference implementation: https://github.com/XXX
91+ - Internal discussion thread: #XXX
0 commit comments