xref: /aosp_15_r20/external/executorch/backends/apple/mps/install_requirements.sh (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
1#!/bin/bash
2#
3#  Copyright (c) 2023 Apple Inc. All rights reserved.
4#  Provided subject to the LICENSE file in the top level directory.
5#
6
7# Install required python dependencies for using the MPS Backend
8pip install --force-reinstall ninja
9