Skip to content

Commit 2d11289

Browse files
authored
remove dynamic=True for decode (#1974)
1 parent e92c721 commit 2d11289

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torchao/_models/llama/generate.py

-1
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,6 @@ def ffn_or_attn_only(mod, fqn):
863863
decode_one_token,
864864
mode="reduce-overhead",
865865
fullgraph=True,
866-
dynamic=True,
867866
)
868867

869868
if compile_prefill:

0 commit comments

Comments
 (0)