mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-07 12:01:39 +00:00
[tensor]add assert for colo_tensor 1Drow (#846)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from numpy import product
|
||||
import torch
|
||||
from typing import Tuple
|
||||
import numpy
|
||||
from typing import Tuple, Optional
|
||||
from .op_wrapper import _COLOSSAL_OPS
|
||||
|
||||
class ColoTensor(object):
|
||||
|
Reference in New Issue
Block a user