Unverified Commit 7627172b authored by Joe Rowell's avatar Joe Rowell Committed by GitHub
Browse files

[Bugfix][Doc] Report neuron error in output (#9159)

parent 480b7f40
...@@ -332,7 +332,7 @@ def get_neuronxcc_version(): ...@@ -332,7 +332,7 @@ def get_neuronxcc_version():
# Return the version string # Return the version string
return match.group(1) return match.group(1)
else: 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: def get_nvcc_cuda_version() -> Version:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment