MCPcopy Create free account
hub / github.com/apple/ml-sharp / main_cli

Function main_cli

src/sharp/cli/__init__.py:13–15  ·  view source on GitHub ↗

Run inference for SHARP model.

()

Source from the content-addressed store, hash-verified

11
12@click.group()
13def main_cli():
14 """Run inference for SHARP model."""
15 pass
16
17
18main_cli.add_command(predict.predict_cli, "predict")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected