From ce5ecd5167eab99989d6b5599474fbd8db09c827 Mon Sep 17 00:00:00 2001 From: xunbu Date: Mon, 25 Aug 2025 13:54:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E7=94=9F=E6=88=90macos-x86?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lite.spec | 2 +- lite_mac_x86_64.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lite.spec b/lite.spec index 88f58b1..fe8bbb0 100644 --- a/lite.spec +++ b/lite.spec @@ -26,7 +26,7 @@ a = Analysis( hookspath=[], hooksconfig={}, runtime_hooks=[], - excludes=["docling", "docutranslate.converter.x2md.converter_docling"], + excludes=["docling", "docutranslate.converter.x2md.converter_docling","torch"], noarchive=False, optimize=0, ) diff --git a/lite_mac_x86_64.spec b/lite_mac_x86_64.spec index a777d62..92e5199 100644 --- a/lite_mac_x86_64.spec +++ b/lite_mac_x86_64.spec @@ -27,7 +27,7 @@ a = Analysis( hookspath=[], hooksconfig={}, runtime_hooks=[], - excludes=["docling","docutranslate.converter.x2md.converter_docling"], + excludes=["docling","docutranslate.converter.x2md.converter_docling","torch"], noarchive=False, target_arch='x86_64', optimize=0,