josh 8 tháng trước cách đây
mục cha
commit
3a1871c84b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/build_exo.py

+ 1 - 1
scripts/build_exo.py

@@ -33,7 +33,7 @@ def run():
             "--nofollow-import-to=tinygrad"
         ])
         inference_modules = [
-            name for _, name, _ in pkgutil.iter_modules(['exo/inference/models'])
+            name for _, name, _ in pkgutil.iter_modules(['exo/inference/mlx/models'])
         ]
         for module in inference_modules:
             command.append(f"--include-module=exo.inference.mlx.models.{module}")