File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ deepcache_output = pipe(
129
129
```
130
130
131
131
Arguments:
132
- * ** cache_interval** : the interval (N in the 1: N strategy) of cache update. No deepcache if cache_interval set to 1.
133
- * ** cache_layer_id & cache_block_id** : the block/layer ID of selected skip branch.
134
- * ** uniform** : whether to adopt uniform caching strategy of not .
132
+ * ** cache_interval** : the interval (N in the 1: N strategy) of cache update. Disable DeepCache when cache_interval= 1.
133
+ * ** cache_layer_id & cache_block_id** : the block/layer ID of the selected skip branch.
134
+ * ** uniform** : whether to enable the uniform caching strategy.
135
135
* ** pow & center** : the hyperparameters for non-uniform 1: N strategy.
136
136
137
137
You can’t perform that action at this time.
0 commit comments