From de509a8d50f657d7df43b721e5366f3dfd9a2d6d Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Mon, 27 Jul 2026 13:52:39 -0500 Subject: [PATCH 18/19] fix: separate P2 source from cell hardware --- crossover_grid.py | 1 - 1 file changed, 1 deletion(-) diff --git a/crossover_grid.py b/crossover_grid.py index 4523250..bb6d9d5 100644 --- a/crossover_grid.py +++ b/crossover_grid.py @@ -84,7 +84,6 @@ def source_report(): "protocol_path": PROTOCOL, "protocol_sha256": sha256(PROTOCOL), "python": sys.executable, - "cuda_visible_devices": os.environ.get("CUDA_VISIBLE_DEVICES"), "pip_freeze_sha256": sha256_text(pip_freeze), "python_version": sys.version, } -- 2.54.0