MCPcopy Create free account
hub / github.com/akhilmathurs/orchestra / get_parser

Function get_parser

hparam_parser.py:57–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 return eval_results
56
57def get_parser():
58 parser = argparse.ArgumentParser(description="Flower")
59 parser.add_argument("--config_dict", type=str, default="{}")
60 parser.add_argument("--eval_dict", type=str, default="{}")
61 return parser
62
63if __name__ == "__main__":
64

Callers 1

hparam_parser.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…