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: src/transformers/generation/configuration_utils.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -379,8 +379,7 @@ class GenerationConfig(PushToHubMixin):
379
379
If using a static cache, this controls how `generate` will `compile` the forward pass for performance
380
380
gains.
381
381
382
-
disable_compile (`bool`, *optional*): Whether to disable the compilation of the forward pass when using 'statis' cache
383
-
implementation.
382
+
disable_compile (`bool`, *optional*): Whether to disable the automatic compilation of the forward pass. Automatic compilation happens when specific criteria are met, including using a compileable cache. Please open an issue if you find the need to use this flag.
0 commit comments