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

Function post_init

modelscope/utils/automodel_utils.py:39–41  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

37
38
39def post_init(self, *args, **kwargs):
40 fix_upgrade(self)
41 self.post_init_origin(*args, **kwargs)
42
43
44def fix_transformers_upgrade():

Callers

nothing calls this directly

Calls 1

fix_upgradeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…