MCPcopy Create free account
hub / github.com/codefuse-ai/ModelCache / import_paddle

Function import_paddle

modelcache_mm/utils/__init__.py:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56
57def import_paddle():
58 prompt_install("protobuf==3.20.0")
59 _check_library("paddlepaddle")
60
61
62def import_paddlenlp():

Callers

nothing calls this directly

Calls 2

prompt_installFunction · 0.90
_check_libraryFunction · 0.70

Tested by

no test coverage detected