mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user