[object Object]

← back to Exo

build fix

971f5240bf3665156ae52e17a1e5a49ac0fc3be6 · 2025-02-28 15:45:57 +0500 · Sami Khan

Files touched

Diff

commit 971f5240bf3665156ae52e17a1e5a49ac0fc3be6
Author: Sami Khan <98742866+samiamjidkhan@users.noreply.github.com>
Date:   Fri Feb 28 15:45:57 2025 +0500

    build fix
---
 scripts/build_exo.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/build_exo.py b/scripts/build_exo.py
index 618dca48..be3704e1 100644
--- a/scripts/build_exo.py
+++ b/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",

← 36a6389a bump grpcio and grpcio-tools to 1.70.0  ·  back to Exo  ·  adjust grpc settings, ensure connected before sending any gr 4081305e →