We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d181635 commit d4ba78fCopy full SHA for d4ba78f
2 files changed
.github/workflows/mlx.yml
@@ -32,7 +32,9 @@ jobs:
32
33
echo "::group::Install ExecuTorch and configure build"
34
${CONDA_RUN} python install_executorch.py > /dev/null
35
- ${CONDA_RUN} cmake --preset mlx-release -DEXECUTORCH_BUILD_TESTS=ON -DEXECUTORCH_MLX_ENABLE_SANITIZERS=ON
+ # 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
38
echo "::endgroup::"
39
40
${CONDA_RUN} pip list
backends/mlx/patches/mlx_metal_device_retain.patch
0 commit comments