mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05:00
process replayable ops.py changes from delete_lazy [pr] (#7994)
* process replayable ops.py changes from delete_lazy [pr] * hotfix: seed tiny_jit
This commit is contained in:
@@ -41,6 +41,7 @@ class TestTiny(unittest.TestCase):
|
||||
|
||||
def test_jit(self):
|
||||
cnt = 0
|
||||
random.seed(0)
|
||||
def new_rand_list(ln=10): return [random.randint(0, 100000) for _ in range(ln)]
|
||||
|
||||
@TinyJit
|
||||
|
||||
Reference in New Issue
Block a user