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.
1 parent 12cdbf5 commit 2de4b33Copy full SHA for 2de4b33
devops/scripts/benchmarks/utils/detect_versions.py
@@ -153,7 +153,9 @@ def get_compute_runtime_ver(self) -> str:
153
Returns the compute-runtime version by deriving from l0 version.
154
"""
155
if self.compute_runtime_ver_cache is not None:
156
- print(f"Using cached compute-runtime tag {self.compute_runtime_ver_cache}...")
+ print(
157
+ f"Using cached compute-runtime tag {self.compute_runtime_ver_cache}..."
158
+ )
159
return self.compute_runtime_ver_cache
160
161
patch = _get_patch_from_ver(self.l0_ver)
0 commit comments