diff --git a/tinygrad/helpers.py b/tinygrad/helpers.py index d85d368d20..6f542f2ce5 100644 --- a/tinygrad/helpers.py +++ b/tinygrad/helpers.py @@ -125,7 +125,7 @@ _cache_dir: str = getenv("XDG_CACHE_HOME", os.path.expanduser("~/Library/Caches" CACHEDB: str = getenv("CACHEDB", os.path.abspath(os.path.join(_cache_dir, "tinygrad", "cache.db"))) CACHELEVEL = getenv("CACHELEVEL", 2) -VERSION = 10 +VERSION = 11 _db_connection = None def db_connection(): global _db_connection