bump db version (#8805)

OptOp spec changed
This commit is contained in:
chenyu
2025-01-29 15:34:43 -05:00
committed by GitHub
parent a2d55fb644
commit cac2b4e8b6
+1 -1
View File
@@ -168,7 +168,7 @@ class Profiling(contextlib.ContextDecorator):
cache_dir: str = os.path.join(getenv("XDG_CACHE_HOME", os.path.expanduser("~/Library/Caches" if OSX else "~/.cache")), "tinygrad")
CACHEDB: str = getenv("CACHEDB", os.path.abspath(os.path.join(cache_dir, "cache.db")))
VERSION = 18
VERSION = 19
_db_connection = None
def db_connection():
global _db_connection