You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/en/optimization/para_attn.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ First Block Cache reduced the inference speed to 17.01 seconds compared to the b
78
78
</hfoption>
79
79
<hfoptionid="HunyuanVideo">
80
80
81
-
To apply first block cache on HunyuanVideo, we can call `apply_cache_on_pipe`with `residual_diff_threshold=0.06`, which is the default value for HunyuanVideo.
81
+
To apply First Block Cache on HunyuanVideo, `apply_cache_on_pipe`as shown below. 0.06is the default residual difference value for HunyuanVideo models.
0 commit comments