Skip to content

Commit

Permalink
Update profiler cache
Browse files Browse the repository at this point in the history
Summary: Bump profiler remote cache version.

Differential Revision: D47208662

fbshipit-source-id: d820ee055a27c58118588e4acf983447a28ba70e
  • Loading branch information
Grigory Sizov authored and facebook-github-bot committed Jul 4, 2023
1 parent 039bb9f commit d4ff91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/aitemplate/backend/profiler_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ class CacheMode(enum.Enum):
)


__AIT_CACHE_VERSION__ = 3
__AIT_CACHE_VERSION__ = 4


def ait_cache_version() -> int:
Expand Down

0 comments on commit d4ff91c

Please sign in to comment.