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 a8716ce commit de602b5Copy full SHA for de602b5
ci/cli/build.py
@@ -604,10 +604,6 @@ async def main():
604
logging.debug("Disabling NCCL.")
605
bazel_command.append("--config=nonccl")
606
607
- if hasattr(args, "cuda_compute_capabilities"):
608
- logging.debug("Setting CUDA compute capabilities to %s", args.cuda_compute_capabilities)
609
- bazel_command.append(f"--repo_env HERMETIC_CUDA_COMPUTE_CAPABILITIES={args.cuda_compute_capabilities}")
610
-
611
# Set Clang as the C++ compiler if requested. If Clang cannot be found, the
612
# build will continue without Clang and instead use the system default.
613
if args.use_clang or args.clang_path:
0 commit comments