Scott Stauffer

Results 2 comments of Scott Stauffer

Is g++ installed in the container? Also [this torch issue](https://github.com/pytorch/pytorch/issues/92745) might be related. You could also try setting the TORCH_INDUCTOR_INSTALL_GXX environment variable and pytorch inductor will try to install gcc...

What is the maxAttempts set to in the grpc backoff strategy? Based on [the docs here](https://github.com/grpc/proposal/blob/master/A6-client-retries.md), the max attempts value includes the original request itself. It looks like it is...