Skip to content

Commit

Permalink
Fetch cherry pick commit
Browse files Browse the repository at this point in the history
  • Loading branch information
asus4 committed Sep 5, 2023
1 parent 12010c2 commit c0d8ba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_tflite.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def patch(file_path, target_str, patched_str):
def build_mac(enable_xnnpack = True):
# Workaround for macOS build error
# https://github.com/tensorflow/tensorflow/pull/60771
run_cmd(f'git fetch --depth=1 origin 4869e557d603b211ca7d0b4640ee9aac08b48565')
run_cmd(f'git cherry-pick 4869e557d603b211ca7d0b4640ee9aac08b48565 --no-commit')

# Main
Expand Down

0 comments on commit c0d8ba6

Please sign in to comment.