Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
def
import_paddle():
58
prompt_install(
"protobuf==3.20.0"
)
59
_check_library(
"paddlepaddle"
)
60
61
62
def
import_paddlenlp():
Callers
nothing calls this directly
Calls
2
prompt_install
Function · 0.90
_check_library
Function · 0.70
Tested by
no test coverage detected