MCPcopy Create free account
hub / github.com/MeshInfra/WaferLLM / parse_args

Function parse_args

Prefill/launch_sim.py:64–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 self.ffn_dim = 64
63
64def parse_args():
65 parser = argparse.ArgumentParser(description="Prefill on simulator")
66 parser.add_argument("--config", default="config.json", type=str, help="Config file")
67 args = parser.parse_args()
68 return args
69
70def main():
71 args = parse_args()

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected