MCPcopy
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
45def get_fns(fp: str):
46 return storage_manager.get_fns(fp)
47
48
49def llm_load(fp: str, *args, **kwargs):

Callers 2

load_model_checkpointFunction · 0.90

Calls 1

get_fnsMethod · 0.45

Tested by

no test coverage detected