mlcommons / ck

Collective Mind (CM) is a small, modular, cross-platform and decentralized workflow automation framework with a human-friendly interface and reusable automation recipes to make it easier to build, run, benchmark and optimize AI, ML and other applications and systems across diverse and continuously changing models, data, software and hardware

Home Page:https://access.cKnowledge.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support multiple python virtual environment in a CM workflow

arjunsuresh opened this issue · comments

Sometimes in a single workflow we might need to use a different python environment. A use case is for Intel MLPerf inference implementation where calibration step needs a different python environment. Currently this is tricky in CM workflow as we use --adr to update all python dependencies when we detect an environment.