does this work yet (#471)

This commit is contained in:
George Hotz
2023-01-23 20:36:17 -08:00
committed by GitHub
parent c22554f44a
commit 6286ace4f1

View File

@@ -10,7 +10,7 @@ from tinygrad.graph import log_op
# lazy can recurse a lot
sys.setrecursionlimit(10000)
OPT = int(os.getenv("OPT", "1"))
OPT = int(os.getenv("OPT", "2"))
NOCONV = int(os.getenv("NOCONV", "0"))
IMAGE = int(os.getenv("IMAGE", "0"))