create engine folder and move code (#3948)

* retry

* older tf

* that
This commit is contained in:
George Hotz
2024-03-26 20:38:03 -07:00
committed by GitHub
parent 629cbc5587
commit 150ea2eb76
51 changed files with 54 additions and 54 deletions

View File

@@ -1,7 +1,7 @@
from typing import Tuple, Dict, List
from tinygrad.dtype import DType
from tinygrad.tensor import Device, Tensor
from tinygrad.features.jit import TinyJit
from tinygrad.engine.jit import TinyJit
from tinygrad.nn.state import get_state_dict
from tinygrad.dtype import dtypes
import json