diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-30 16:34:30 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-07-30 16:34:30 -0500 |
| commit | 716205eba862076c1d0fbbff016601272e4614f2 (patch) | |
| tree | dc8c31dcfefa49d53c98d305fe35419da76e58c9 /external/dualprop_patches/0018-fix-separate-P2-source-from-cell-hardware.patch | |
| parent | 906d17e896329e4d2dd8d7f728e4d5a234afe0e4 (diff) | |
experiment: package portable A6000 crossover
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 + |
