yonil7
yonil7
https://github.com/facebookresearch/hydra might be interesting option to look at (for unified config file / CLI arguments handling)
I don't know about `Pydantic` integration. It just seems like a promising library to me that might take the pain from CLI args / config file args unification.
Is there any update on this?
Another impact of depending on `pynvml` instead of `nvidia-ml-py` is that the latest versions of `scalene` cant be installed together with `ray` because ray depends on `gpustat` that depends on...
Yes, it seems that its better to depend on `nvidia-ml-py` instead of `pynvml`
`iter_slices()` is also supported only by `DataFrame` and not by `LazyFrame` - so it will be nice to have this function supported as well.
The error seems to be because pip installation of `gpustat-1.1.1` fails. (`Getting requirements to build wheel: finished with status 'error'`) `gpustat-1.1.1` is not listed in my `env.yaml` (conda-lock input file),...
Unfortunately I cant. But as I said, its anyway safer for the code to not assume `p.stderr` stream is always unicode.
I agree this is probably a bug in `gpustat` `setup.py` (not sure) and I agree that **any** package `setup.py` should not output non-utf8 characters to their `stderr`/`stdout` streams. Replacing these...