Caleb Ho

Results 6 comments of Caleb Ho

I'm seeing similar behavior with my workload where all tasks are going to a single worker because other workers haven't come online yet. This thread is more than a year...

Was having this issue; think the fix is to replace `"."` with a name ```python def make_exe() # ... exe = dist.to_python_executable( name="actual_name_here", #

An explicit section in the config file is preferred

I think you need to add `torch` as well because [`torch` is also a build dependency](https://github.com/NVIDIA/apex/blob/2d8302a6c12e202f7b40b13a43daa95f326fd0ea/setup.py#L9). This dep isn't so straightforward because if you want to build the CUDA extensions,...

@loadams Not sure; you'd have to test it out yourself. @crcrpar's comment about `--no-build-isolation` ignores build dependencies entirely but shifts the responsibility to users to install the correct build dependencies...