Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/InternLM/InternLM
/ get_fns
Function
get_fns
internlm/utils/storage_manager.py:45–46 ·
view source on GitHub ↗
(fp: str)
Source
from the content-addressed store, hash-verified
43
44
45
def
get_fns(fp: str):
46
return
storage_manager.get_fns(fp)
47
48
49
def
llm_load(fp: str, *args, **kwargs):
Callers
2
load_model_checkpoint
Function · 0.90
load_optimizer_checkpoint
Function · 0.90
Calls
1
get_fns
Method · 0.45
Tested by
no test coverage detected