mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-05 11:02:05 +00:00
[Gemini] GeminiDPP convert to PyTorch Module. (#2151)
This commit is contained in:
@@ -103,7 +103,6 @@ class ColoTensor(torch.Tensor):
|
||||
self.process_group = spec.pg
|
||||
|
||||
self._type = TensorType.NONMODEL
|
||||
self._graph_node = None
|
||||
|
||||
def has_compute_spec(self) -> bool:
|
||||
return self.compute_spec is not None
|
||||
|
Reference in New Issue
Block a user