MCPcopy Index your code
hub / github.com/microsoft/BitNet / system_info

Function system_info

setup_env.py:84–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84def system_info():
85 return platform.system(), ARCH_ALIAS[platform.machine()]
86
87def get_model_name():
88 if args.hf_repo:

Callers 4

prepare_modelFunction · 0.85
gen_codeFunction · 0.85
compileFunction · 0.85
parse_argsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected