We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2f4061 + 5b0760c commit 09355fcCopy full SHA for 09355fc
StableDiffusion.NET/Backends/RocmBackend.cs
@@ -82,7 +82,7 @@ private static int GetRocmMajorVersion()
82
[GeneratedRegex(@".*?\\(?<version>\d+.\d*)\\")]
83
private static partial Regex GetWindowsVersionRegex();
84
85
- [GeneratedRegex(@"HIP_PATH\s*:\s*[\w\/]+-(?<version>[\d.]+)$")]
+ [GeneratedRegex(@"HIP version\s*:\s*(?<version>[\d.]+(?:-\w+)?)")]
86
private static partial Regex GetLinuxVersionRegex();
87
88
#endregion
0 commit comments