|
|
|
@ -7,9 +7,12 @@ pyinstaller --onefile \
@@ -7,9 +7,12 @@ pyinstaller --onefile \
|
|
|
|
|
--paths=/home/gyou/NexusBench-baihe-br/nexusbench/connection \ |
|
|
|
|
--paths=/home/gyou/NexusBench-baihe-br/nexusbench/gpu/biren \ |
|
|
|
|
--hidden-import=connection.http_helper \ |
|
|
|
|
--runtime-tmpdir=/home/gyou/tmp \ |
|
|
|
|
/home/gyou/NexusBench-baihe-br/nexusbench/biren_test.py |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 加了这一行就可以运行了 |
|
|
|
|
--runtime-tmpdir=/home/gyou/tmp \ |
|
|
|
|
|
|
|
|
|
--hidden-import=log.logger \ |
|
|
|
|
--hidden-import=connection.ssh_connection_manager \ |
|
|
|
|