diff --git a/.github/workflows/mlx-ci.yml b/.github/workflows/mlx-ci.yml index f2daeb65f9..8103643fce 100644 --- a/.github/workflows/mlx-ci.yml +++ b/.github/workflows/mlx-ci.yml @@ -26,8 +26,10 @@ on: pull_request: paths: - 'unsloth/__init__.py' - - 'studio/backend/utils/hardware.py' + - 'unsloth/_gpu_init.py' + - 'studio/backend/utils/hardware/**' - 'studio/backend/core/training/worker.py' + - 'studio/backend/core/inference/mlx_inference.py' - 'tests/studio/test_hardware_dispatch_matrix.py' - 'tests/studio/test_is_mlx_dispatch_gate.py' - 'tests/studio/test_mlx_training_worker_behaviors.py'