mlcommons / training_results_v3.1

This repository contains the results and code for the MLPerf™ Training v3.1 benchmark.
https://mlcommons.org/benchmarks/training
Apache License 2.0
16 stars 10 forks source link

[NVIDIA] Fix dlrm_dcnv2 build #4

Open ShriyaPalsamudram opened 6 months ago

ShriyaPalsamudram commented 6 months ago

The build issue for mpi4py is due to setuptools (https://github.com/pypa/setuptools/issues/4136). So this WAR sets --no-build-isolation while installing mpi4py so that setuptools version stays < 69.x. Also, mpi4py version is set to 3.1.4.

Fixes https://github.com/mlcommons/training_results_v3.1/issues/3

github-actions[bot] commented 6 months ago

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

nv-rborkar commented 6 months ago

@hiwotadese can you please approve this fix & merge so others dont run into this problem.