move to new cached fetch (#2493)

* move to new cached fetch

* extra.utils is over

* loads

* bump download cache

* bump timeout
This commit is contained in:
George Hotz
2023-11-28 17:36:55 -08:00
committed by GitHub
parent ab5d14d4ba
commit d87a246439
30 changed files with 77 additions and 275 deletions

View File

@@ -3,9 +3,8 @@ import torch
import unittest, copy
import mmap
from tinygrad.tensor import Tensor, Device
from tinygrad.helpers import dtypes
from tinygrad.helpers import dtypes, temp
from extra.gradcheck import numerical_jacobian, jacobian, gradcheck
from extra.utils import temp
x_init = np.random.randn(1,3).astype(np.float32)
U_init = np.random.randn(3,3).astype(np.float32)