We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Error while creating container with Pytorch: standard_init_linux.go:228: exec user process caused: no such file or directory
This error comes every time when we build container using docker or Kubernetes to run the workloads on GKE or EKS.
When we sampled the example from mlbench-benchmarks/examples/mlbench-pytorch-tutorial/ The result was successful for GLOO and NCCL.
When we sampled from mlbench-benchmarks/pytorch/backend_benchmark/ or
mlbench-benchmarks/pytorch/imagerecognition/cifar10-resnet20-all-reduce/
Getting the error standard_init_linux.go:228: exec user process caused: no such file or directory
Please suggest to resolve.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting Error while creating container with Pytorch:
standard_init_linux.go:228: exec user process caused: no such file or directory
This error comes every time when we build container using docker or Kubernetes to run the workloads on GKE or EKS.
When we sampled the example from mlbench-benchmarks/examples/mlbench-pytorch-tutorial/
The result was successful for GLOO and NCCL.
When we sampled from mlbench-benchmarks/pytorch/backend_benchmark/
or
mlbench-benchmarks/pytorch/imagerecognition/cifar10-resnet20-all-reduce/
Getting the error standard_init_linux.go:228: exec user process caused: no such file or directory
Please suggest to resolve.
The text was updated successfully, but these errors were encountered: