mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-07 03:00:26 -04:00
does this work yet (#471)
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user