mlcommons / cm4mlops

A collection of portable, reusable and cross-platform automation recipes (CM scripts) with a human-friendly interface and minimal dependencies to make it easier to build, run, benchmark and optimize AI, ML and other applications and systems across diverse and continuously changing models, data sets, software and hardware (cloud/edge)
http://docs.mlcommons.org/cm4mlops/
Apache License 2.0
7 stars 12 forks source link

Check/provide flag to skip sudo / system installations #9

Closed gfursin closed 2 months ago

gfursin commented 2 months ago

We had feedback from some MLPerf users that they do not have sudo access while most of their system deps are already installed. In such case, we should have a flag and env var to skip all SUDO/system installations ...

gfursin commented 2 months ago

Added --skip_sys_utils and --skip_sudo in the latest commit.