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

Function main

setup_env.py:218–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216 run_command(["cmake", "--build", "build", "--config", "Release"], log_step="compile")
217
218def main():
219 setup_gguf()
220 gen_code()
221 compile()
222 prepare_model()
223
224def parse_args():
225 _, arch = system_info()

Callers 1

setup_env.pyFile · 0.70

Calls 4

setup_ggufFunction · 0.85
gen_codeFunction · 0.85
compileFunction · 0.85
prepare_modelFunction · 0.85

Tested by

no test coverage detected