Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
zewenli98 committed Nov 28, 2024
1 parent 05b560d commit 7feea97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py/dynamo/models/test_weight_stripped_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def test_engine_caching_saves_weight_stripped_engine(self):
debug=False,
min_block_size=1,
immutable_weights=False,
strip_engine_weights=False, # engine cache will save the stripped engine even if this is False
strip_engine_weights=False,
refit_identical_engine_weights=True,
cache_built_engines=True,
reuse_cached_engines=True,
Expand Down

0 comments on commit 7feea97

Please sign in to comment.