Skip to content

Commit

Permalink
increase ENGINE_CACHE_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
zewenli98 committed Nov 6, 2024
1 parent 90bf679 commit a8a34f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/torch_tensorrt/dynamo/_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
CACHE_BUILT_ENGINES = False
REUSE_CACHED_ENGINES = False
ENGINE_CACHE_DIR = os.path.join(tempfile.gettempdir(), "torch_tensorrt_engine_cache")
ENGINE_CACHE_SIZE = 1073741824
ENGINE_CACHE_SIZE = 5368709120 # 5GB
CUSTOM_ENGINE_CACHE = None
USE_EXPLICIT_TYPING = False
USE_FP32_ACC = False
Expand Down

0 comments on commit a8a34f6

Please sign in to comment.