whisper server elixir

This commit is contained in:
2025-07-15 14:39:51 +00:00
parent 9fa14c348f
commit d4345eef8b
7680 changed files with 5447719 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/bin/bash
set -ex
dir="$(cd "$(dirname "$0")"; pwd)"
arch="$(uname -m)"
if [[ $arch == 'aarch64' ]]; then
# See https://github.com/tensorflow/tensorflow/issues/62490#issuecomment-2077646521
git apply $dir/absl_workspace.patch
cp $dir/absl_neon.patch third_party/tsl/third_party/absl
fi