MCPcopy Create free account
hub / github.com/modelscope/modelscope / pprint

Method pprint

modelscope/cli/modelcard.py:161–166  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

159 self.pprint()
160
161 def pprint(self):
162 logger.info('>>> Clone the model_git < %s >, commit and push it.'
163 % self.get_model_url())
164 logger.info('>>> Open the url < %s >, check and read it.' % self.url)
165 logger.info('>>> Visit the model_id < %s >, download and run it.'
166 % self.model_id)
167
168 def execute(self):
169 if self.args.action == 'create':

Callers 3

create_modelMethod · 0.95
push_modelMethod · 0.95
evaluateFunction · 0.80

Calls 2

get_model_urlMethod · 0.95
infoMethod · 0.80

Tested by

no test coverage detected