remove symbolic file [pr] (#7012)

This commit is contained in:
George Hotz
2024-10-12 18:44:44 +08:00
committed by GitHub
parent 16271189ea
commit a71bb09ec3
35 changed files with 51 additions and 75 deletions

View File

@@ -2,7 +2,7 @@ import itertools
import random
from tinygrad import Variable
from tinygrad.helpers import DEBUG
from tinygrad.shape.symbolic import NumNode
from tinygrad.ops import NumNode
random.seed(42)
def add_v(expr, rng=None):