Skip to content
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

Remove external dependencies from mlperf_logging so it can run in standard Python3 #379

Open
ar-nowaczynski opened this issue Aug 21, 2024 · 1 comment

Comments

@ar-nowaczynski
Copy link
Contributor

It would be a major improvement in the usability of the mlperf_logging module if it had no external dependencies beyond those available in the Python 3 standard library. There will be no need for installation. Just clone the repo and run the checkers.

I volunteer to work on this and create pull request if owners give it a green light.

@arjunsuresh
Copy link
Contributor

@ar-nowaczynski I'm not fully familiar with this repository. But I see that it has a logging library, result/compliance checker and then the result summarizer for training. Are you talking about separating them to different packages?

Currently pip install mlperf_logging works but it does install external packages like pandas as they are listed as dependencies.

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

No branches or pull requests

2 participants