Browse Source

Merge pull request #1 from samiamjidkhan/build-fix

build fix
Sami Khan 2 months ago
parent
commit
63570c7b8b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scripts/build_exo.py

+ 2 - 0
scripts/build_exo.py

@@ -31,6 +31,8 @@ def run():
             "--include-distribution-meta=mlx",
             "--include-module=mlx._reprlib_fix",
             "--include-module=mlx._os_warning",
+            "--include-distribution-meta=huggingface_hub",
+            "--include-module=huggingface_hub.repocard",
             f"--include-data-files={site_packages}/mlx/lib/mlx.metallib=mlx/lib/mlx.metallib",
             f"--include-data-files={site_packages}/mlx/lib/mlx.metallib=./mlx.metallib",
             "--include-distribution-meta=pygments",