mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
fix typo in nn/__init__.py (#15019)
This commit is contained in:
committed by
GitHub
parent
e5c0db66d1
commit
94acd85285
@@ -2,7 +2,6 @@ from __future__ import annotations
|
||||
import math
|
||||
from tinygrad.tensor import Tensor
|
||||
from tinygrad.dtype import dtypes
|
||||
from tinygrad.device import is_dtype_supported as is_dtype_supported
|
||||
from tinygrad.helpers import prod, make_tuple, flatten, USE_ATOMICS
|
||||
from tinygrad.nn import optim, state, datasets # noqa: F401
|
||||
|
||||
|
||||
Reference in New Issue
Block a user