From 396ed1f3f36768422c48e872ca54ecfc6dc2e3b0 Mon Sep 17 00:00:00 2001 From: xz_ocs Date: Thu, 21 Aug 2025 10:22:44 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'ocs/note.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ocs/note.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ocs/note.md b/ocs/note.md index 3c252cd..37338fb 100644 --- a/ocs/note.md +++ b/ocs/note.md @@ -1,13 +1,17 @@ # xz_cable_setup_check_tool.py build + +```shell pyinstaller --onefile \ --paths=/home/gyou/NexusBench-baihe-br/nexusbench \ --paths=/home/gyou/NexusBench-baihe-br/nexusbench/log \ --paths=/home/gyou/NexusBench-baihe-br/nexusbench/connection \ --paths=/home/gyou/NexusBench-baihe-br/nexusbench/gpu/biren \ ---add-binary '/lib64/libz.so.1:/lib64' \ +--hidden-import=connection.http_helper \ /home/gyou/NexusBench-baihe-br/nexusbench/biren_test.py --hidden-import=log.logger \ ---hidden-import=connection.ssh_connection_manager \ \ No newline at end of file +--hidden-import=connection.ssh_connection_manager \ + +``` \ No newline at end of file