From 716205eba862076c1d0fbbff016601272e4614f2 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Thu, 30 Jul 2026 16:34:30 -0500 Subject: experiment: package portable A6000 crossover --- ...fix-separate-P2-source-from-cell-hardware.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 external/dualprop_patches/0018-fix-separate-P2-source-from-cell-hardware.patch (limited to 'external/dualprop_patches/0018-fix-separate-P2-source-from-cell-hardware.patch') 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 +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 + -- cgit v1.2.3