Stas Bekman
Stas Bekman
It should be good now, just for wait for the PR to be merged and use master or the upcoming new release.
that's exciting, Zach - thank you!
if it works - then fantastic - let's document this then please and ideally move `--no_python` to the end just before the no-python code as it's easier to comprehend the...
Zach, I think the trouble with the workaround solution is that the user won't have `trampoline.sh` and they would have to get it from somewhere for each new setup. I...
> Is this a valid understanding of what we have going on? That looks correct. the `NODE` is the numa node, of course. and you need to check if `numactl`...
but surely what bash is doing can be done in python and python has the numa API functionality - which is the pynvml script w/o the pynvml code in it....
re-checked, it's NVIDIA only: > pynvml - Python bindings to the NVIDIA Management Library.
hmm, I wasn't paying attention to the bash callouts - but looking now closely it's still nvidia-dependent because of `BUS_ID=$(nvidia-smi --query-gpu=pci.bus_id -i $LOCAL_RANK --format=csv,noheader)` - so for AMD it'd be...