josh преди 9 месеца
родител
ревизия
00d4bda5bd
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 5 1
      scripts/build_exo.py

+ 5 - 1
scripts/build_exo.py

@@ -21,7 +21,11 @@ def run():
             "--macos-app-name=exo",
             "--macos-app-mode=gui",
             "--macos-app-version=0.0.1",
-            "--include-module=exo.inference.mlx.models.*",
+            "--include-module=exo.inference.mlx.models.llama",
+            "--include-module=exo.inference.mlx.models.deepseek_v2",
+            "--include-module=exo.inference.mlx.models.base",
+            "--include-module=exo.inference.mlx.models.llava",
+            "--include-module=exo.inference.mlx.models.qwen2",
             "--include-distribution-meta=mlx",
             "--include-module=mlx._reprlib_fix",
             "--include-module=mlx._os_warning",