MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / parse_args

Function parse_args

benchmarking/vllm/judge_eval.py:289–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287
288
289def parse_args():
290 parser = argparse.ArgumentParser(description="LLM-as-a-judge for GSM8K eval samples")
291 parser.add_argument("eval_dirs", nargs="+", help="One or more eval directories to judge")
292 return parser.parse_args()
293
294
295if __name__ == "__main__":

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected