Skip to content

Implement MedPerf Model Hello World #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

aristizabal95
Copy link

This PR implements the code for a Hello World example, using the MedPerf MLCube project structure and manifest template. TODO: Readme

@github-actions
Copy link

github-actions bot commented Feb 16, 2022

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

cmd = f"python3 app.py --names={data_path} --uppercase={uppercase} --greetings={greetings} --out={out_path}"
exec_python(cmd)

@app.command("hotfix")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would explain that this is a workaround for the "typer" module (could be with the "click" module that typer uses).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants