Skip to content

mlcommons/hpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLPerf™ HPC reference implementations

This is a repository of reference implementations for the MLPerf HPC benchmarks.

General format should follow https://github.com/mlperf/training.

Rules

The MLPerf HPC rules are based on the MLPerf Training rules with some adjustments.

The MLPerf Training rules are available at training_rules.

The MLPerf HPC specific rules are at hpc_training_rules.

Compliance

The MLPerf logging package implements logging and compliance-checking utilities. This is available in hpc-1.0-branch of the MLPerf logging repository (https://github.com/mlcommons/logging/tree/hpc-1.0-branch). These work for the HPC v2.0 submissions as well.

To install and test compliance of your runs/submissions:

# Install the package into your python environment.
# A development install (-e) is recommended for now so you can pull new updates.
git clone -b hpc-1.0-branch https://github.com/mlcommons/logging mlperf-logging
pip install [--user] -e mlperf-logging

# Test a full submission folder
python3 -m mlperf_logging.package_checker <YOUR SUBMISSION_FOLDER> hpc 1.0.0

There is also a script that performs compliance checks and summarizes the results. From the mlperf-logging directory (https://github.com/mlcommons/logging), use

./scripts/verify_for_v1.0_hpc.sh

About

Reference implementations of MLPerf™ HPC training benchmarks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published