Skip to content

Commit

Permalink
#8725: Update warning for persistent kernel cache
Browse files Browse the repository at this point in the history
  • Loading branch information
johanna-rock-tt committed Jun 7, 2024
1 parent cd62f6b commit 5ee76a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/utility_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def enable_persistent_kernel_cache():
Enables persistent compiled kernel caching - disables recompiling the kernels for the duration of running process if built_kernels/.../hash directory with kernel binaries is present.
"""
logger.warning(
"Persistent kernel cache is enabled. Cache invalidation may fail after a rebase and may require deleting the build directory."
"Persistent kernel cache is enabled. Cache invalidation may fail after a rebase and may require deleting the built directory."
)
tt_lib.device.EnablePersistentKernelCache()

Expand Down

0 comments on commit 5ee76a6

Please sign in to comment.