mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 23:48:01 -05:00
no rng for op test
This commit is contained in:
@@ -43,6 +43,7 @@ def model_exec(run_onnx, using_graph, **inputs):
|
||||
return ret.realize()
|
||||
|
||||
def compile(dat, output_fn):
|
||||
Tensor.manual_seed(1337)
|
||||
Tensor.no_grad = True
|
||||
using_graph = graph.GRAPH
|
||||
graph.GRAPH = False
|
||||
|
||||
Reference in New Issue
Block a user