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