We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d37ee commit a689a3bCopy full SHA for a689a3b
py/torch_tensorrt/dynamo/_defaults.py
@@ -35,8 +35,8 @@
35
tempfile.gettempdir(), "torch_tensorrt_engine_cache", "timing_cache.bin"
36
)
37
LAZY_ENGINE_INIT = False
38
-CACHE_BUILT_ENGINES = True
39
-REUSE_CACHED_ENGINES = True
+CACHE_BUILT_ENGINES = False
+REUSE_CACHED_ENGINES = False
40
ENGINE_CACHE_DIR = os.path.join(tempfile.gettempdir(), "torch_tensorrt_engine_cache")
41
ENGINE_CACHE_SIZE = 1073741824
42
CUSTOM_ENGINE_CACHE = None
0 commit comments