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:
qazal
2024-12-02 06:38:31 -05:00
committed by GitHub
parent 0c7477b108
commit bb606e5bcf
2 changed files with 6 additions and 10 deletions

View File

@@ -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