Bläddra i källkod

Merge pull request #742 from samiamjidkhan/main

build fix
Alex Cheema 2 månader sedan
förälder
incheckning
52a21645c6
1 ändrade filer med 2 tillägg och 0 borttagningar
  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",