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 54bb593 commit c0949daCopy full SHA for c0949da
devops/scripts/benchmarks/utils/detect_versions.py
@@ -88,7 +88,7 @@ def get_var(var_name: str) -> str:
88
# matches up with the prefix of the l0 version patch, the cache is
89
# indeed referring to the same version.
90
if env_cache_patch == l0_ver_patch[: len(env_cache_patch)]:
91
- print(
+ print(
92
f"Using compute_runtime tag from COMPUTE_RUNTIME_TAG_CACHE: {env_cache_var}"
93
)
94
cls._instance.compute_runtime_ver_cache = env_cache_ver
0 commit comments