Skip to content

Commit

Permalink
Add dynamic False in transfoormers example
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive committed Jan 20, 2024
1 parent d5868ba commit bf81c97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/dynamo/torch_compile_transformers_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
model,
backend="torch_tensorrt",
options=compilation_kwargs,
dynamic=False,
)
optimized_model(*inputs)

Expand Down

0 comments on commit bf81c97

Please sign in to comment.