move graph.py and jit.py into features (#3376)

* move graph.py into features

* move jit into features

* fix quickstart
This commit is contained in:
George Hotz
2024-02-12 17:34:34 +01:00
committed by GitHub
parent 0f6cde243d
commit 41efaa848c
41 changed files with 77 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
import unittest
from test.helpers import assert_jit_cache_len
from tinygrad.jit import TinyJit
from tinygrad.features.jit import TinyJit
from tinygrad.helpers import getenv
from tinygrad.shape.symbolic import Variable
from tinygrad.tensor import Tensor