Short name describing what triggered the graph break
attempted to trace torch._numpy.random function with config.use_numpy_random_stream=True
Values or code snippet captured at the break point
numpy function: {self.value}, args: {args}, kwargs: {kwargs} (corresponding torch function: {func})
Explanation of why the graph break was triggered
Attempted to trace {self.value} when torch._dynamo.config.use_numpy_random_stream is set to True.
Hints on how to resolve the graph break
torch._dynamo.config.use_numpy_random_stream to False.