Skip to content

Commit d4ba78f

Browse files
committed
up
1 parent d181635 commit d4ba78f

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

.github/workflows/mlx.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
3333
echo "::group::Install ExecuTorch and configure build"
3434
${CONDA_RUN} python install_executorch.py > /dev/null
35-
${CONDA_RUN} cmake --preset mlx-release -DEXECUTORCH_BUILD_TESTS=ON -DEXECUTORCH_MLX_ENABLE_SANITIZERS=ON
35+
# The sanitizers fail on github VM runner, but pass on real device
36+
# TODO: figure out why
37+
${CONDA_RUN} cmake --preset mlx-release -DEXECUTORCH_BUILD_TESTS=ON -DEXECUTORCH_MLX_ENABLE_SANITIZERS=OFF
3638
echo "::endgroup::"
3739
3840
${CONDA_RUN} pip list

backends/mlx/patches/mlx_metal_device_retain.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)