mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-08 22:48:25 -05:00
remove print
This commit is contained in:
@@ -50,7 +50,7 @@ def my_unpickle(fb0):
|
||||
|
||||
class MyPickle(pickle.Unpickler):
|
||||
def find_class(self, module, name):
|
||||
print(module, name)
|
||||
#print(module, name)
|
||||
if name == 'FloatStorage':
|
||||
return np.float32
|
||||
if name == 'LongStorage':
|
||||
|
||||
Reference in New Issue
Block a user