From 7627172bf42b9cd628402c98845c6ac3de80859a Mon Sep 17 00:00:00 2001 From: Joe Rowell Date: Wed, 9 Oct 2024 06:43:34 +0100 Subject: [PATCH] [Bugfix][Doc] Report neuron error in output (#9159) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e5b4727..9ea4e85c 100644 --- a/setup.py +++ b/setup.py @@ -332,7 +332,7 @@ def get_neuronxcc_version(): # Return the version string return match.group(1) else: - raise RuntimeError("Could not find HIP version in the output") + raise RuntimeError("Could not find Neuron version in the output") def get_nvcc_cuda_version() -> Version: