[Bugfix][Doc] Report neuron error in output (#9159)
This commit is contained in:
parent
480b7f40cf
commit
7627172bf4
2
setup.py
2
setup.py
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user