We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab2ee6 commit 729e478Copy full SHA for 729e478
1 file changed
gpustack_runtime/detector/pyrocmcore/__init__.py
@@ -62,6 +62,10 @@ def getROCmVersion() -> str | None:
62
rocm_path / ".info" / "version-rocm",
63
rocm_path / ".info" / "version-dev",
64
rocm_path / ".info" / "version-libs",
65
+ rocm_path.parent / ".info" / "version",
66
+ rocm_path.parent / ".info" / "version-rocm",
67
+ rocm_path.parent / ".info" / "version-dev",
68
+ rocm_path.parent / ".info" / "version-libs",
69
]
70
for vf in rocm_version_files:
71
if not vf.exists():
0 commit comments