Clement795
Clement795
@haixuanTao The CI failed due to `node-hub/dora-mlx-lm/` depending on `mlx-lm`, which isn’t available on Linux/Windows. I removed it and used `node-hub/mlx-lm.py`. Do I need to modify the CI workflow to...
@haixuanTao skipping tests wasn't enough because the `pyproject.toml` still declares the `mlx` dependency, which gets resolved during linting and installation steps, causing failures. Moving the folder to `ignored_folders` prevents **any**...
@dora-bot assign me