mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-08 22:48:25 -05:00
move device to device.py (#2466)
* move device to device.py * pylint test --disable R,C,W,E --enable E0611 * fix tests
This commit is contained in:
@@ -3,7 +3,7 @@ import unittest
|
||||
import secrets
|
||||
import string
|
||||
from tinygrad.tensor import Tensor
|
||||
from tinygrad.ops import Device
|
||||
from tinygrad import Device
|
||||
from tinygrad.helpers import diskcache
|
||||
|
||||
def generate_random_string(length=16):
|
||||
|
||||
Reference in New Issue
Block a user