Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModelTC/LightX2V
/ append
Method
append
lightx2v/common/modules/weight_module.py:199–202 ·
view source on GitHub ↗
(self, module)
Source
from the content-addressed store, hash-verified
197
self.append(module)
198
199
def
append(self, module):
200
idx = len(self._list)
201
self._list.append(module)
202
self.add_module(str(idx), module)
203
204
def
__getitem__(self, idx):
205
return
self._list[idx]
Callers
15
__init__
Method · 0.95
should_alert
Method · 0.80
_merge_intervals
Function · 0.80
_collect_profiler_steps
Function · 0.80
_collect_gpu_activity_intervals
Function · 0.80
analyze_trace_events
Function · 0.80
render_report
Function · 0.80
main
Function · 0.80
load_model_weights
Function · 0.80
merge_lora_weights
Function · 0.80
load_model_weights
Function · 0.80
quant_adapter.py
File · 0.80
Calls
1
add_module
Method · 0.80
Tested by
4
_format_request_timing
Function · 0.64
_load_prompts
Function · 0.64
main
Function · 0.64
main
Function · 0.64