mirror of https://github.com/hpcaitech/ColossalAI
[chore] remove debugging info
parent
20701d4533
commit
6efbadba25
|
@ -567,7 +567,6 @@ class Chunk:
|
|||
return self is __o
|
||||
|
||||
def __repr__(self, detailed: bool = True):
|
||||
return f"Chunk({self.count_id})"
|
||||
output = [
|
||||
"Chunk Information:\n",
|
||||
"\tchunk size: {}, chunk dtype: {}, process group size: {}\n".format(
|
||||
|
|
Loading…
Reference in New Issue