mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-15 09:33:03 +08:00
oops, forgot that debug
This commit is contained in:
@@ -7,10 +7,10 @@ import time
|
||||
import numpy as np
|
||||
np.set_printoptions(linewidth=160)
|
||||
from functools import partial
|
||||
from tinygrad.ops import GlobalCounters, DEBUG
|
||||
from tinygrad.ops import GlobalCounters
|
||||
from tinygrad.tensor import Tensor
|
||||
from tinygrad.nn import Conv2d
|
||||
from tinygrad.helpers import colored, getenv
|
||||
from tinygrad.helpers import colored, getenv, DEBUG
|
||||
from extra.jit import TinyJit
|
||||
METAL = getenv("METAL")
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user