Skip to content

Commit f98973b

Browse files
committed
[fix] classify new cachedit_* args in schema-parity inventory
test_fastvideo_args_fields_are_classified requires every FastVideoArgs field to appear in docs/design/inference_schema_parity_inventory.yaml. Add the 7 new use_cachedit/cachedit_* fields under internal_only (opt-in runtime caching config, not part of the canonical typed inference API).
1 parent 5ce4f2a commit f98973b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/design/inference_schema_parity_inventory.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ surfaces:
9595
moba_config: "Derived runtime config loaded from moba_config_path."
9696
model_paths: "Runtime bookkeeping."
9797
model_loaded: "Runtime bookkeeping."
98+
use_cachedit: "Opt-in cache-dit step-caching toggle (Wan DiT); runtime plumbing, not part of the typed API yet."
99+
cachedit_fn_compute_blocks: "cache-dit leading-block count; runtime plumbing for use_cachedit."
100+
cachedit_bn_compute_blocks: "cache-dit trailing-block count; runtime plumbing for use_cachedit."
101+
cachedit_residual_threshold: "cache-dit residual-diff skip threshold; runtime plumbing for use_cachedit."
102+
cachedit_max_warmup_steps: "cache-dit warmup-step count; runtime plumbing for use_cachedit."
103+
cachedit_taylorseer: "cache-dit TaylorSeer calibrator toggle; runtime plumbing for use_cachedit."
104+
cachedit_taylorseer_order: "cache-dit TaylorSeer expansion order; runtime plumbing for use_cachedit."
98105

99106
pipeline_config_base:
100107
moved:

0 commit comments

Comments
 (0)