Skip to content

Commit

Permalink
[Bugfix][Doc] Report neuron error in output (vllm-project#9159)
Browse files Browse the repository at this point in the history
  • Loading branch information
joerowell authored Oct 9, 2024
1 parent 480b7f4 commit 7627172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7627172

Please sign in to comment.