blob: 548bf3a780d1dee4a8b7ad1e86be456a1494dd91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
|