mila-iqia / training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to get cgroups working; running without them

aurotripathy opened this issue · comments

I'm running the benchmarks is this manner:

python run.py --no-cgexec --no-nocache

I'm in a ROCm/PyTorch docker container env (and the instructions are for a virtual env).

Is it possible that I don't need to run https://github.com/mila-iqia/training/blob/master/cgroup_setup.sh

This is resolved, needed --privileged in the docker container.