cocteautwins / logging

MLPerf™ logging library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLPerf Logging

MLPerf Compliance Logging Utilities and Helper Functions

Installation

Use one of the following ways to install.

  • For development, you may download the latest version and install from local path:

    git clone https://github.com/mlperf/logging.git mlperf-logging
    pip install -e mlperf-logging
  • Install from github at a specific commit (Replace TAG_OR_COMMIT_HASH with actual tag or commit hash):

    pip install "git+https://github.com/mlperf/logging.git@TAG_OR_COMMIT_HASH"

Uninstall:

pip uninstall mlperf-logging

Packages

About

MLPerf™ logging library

License:Apache License 2.0


Languages

Language:Python 97.3%Language:Shell 2.7%