MCPcopy Create free account
hub / github.com/zai-org/CodeGeeX / __str__

Method __str__

codegeex/mindspore/src/pangu_alpha_config.py:71–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 self.per_dp_dim_expert_num = per_dp_dim_expert_num
70
71 def __str__(self):
72 info = "[PANGUALPHAConfig]" + "===" * 10 + "\n"
73 for k, v in self.__dict__.items():
74 var_info = "{}:{}\n".format(k, v)
75 info += var_info
76 info += "=" * 10
77 return info
78
79
80def set_parse(args_opt):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected