diff options
Diffstat (limited to 'external/dualprop_patches/0018-fix-separate-P2-source-from-cell-hardware.patch')
| -rw-r--r-- | external/dualprop_patches/0018-fix-separate-P2-source-from-cell-hardware.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/external/dualprop_patches/0018-fix-separate-P2-source-from-cell-hardware.patch b/external/dualprop_patches/0018-fix-separate-P2-source-from-cell-hardware.patch new file mode 100644 index 0000000..548bf3a --- /dev/null +++ b/external/dualprop_patches/0018-fix-separate-P2-source-from-cell-hardware.patch @@ -0,0 +1,24 @@ +From de509a8d50f657d7df43b721e5366f3dfd9a2d6d Mon Sep 17 00:00:00 2001 +From: YurenHao0426 <Blackhao0426@gmail.com> +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 + |
