From 16e0702a342fa5f85c26922cd3dd3193b0e16b1c Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 27 四月 2023 10:40:39 +0800
Subject: [PATCH] del files

---
 /dev/null |    0 
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/funasr/runtime/onnxruntime/third_party/install_openblas.sh b/funasr/runtime/onnxruntime/third_party/install_openblas.sh
deleted file mode 100644
index 4a41012..0000000
--- a/funasr/runtime/onnxruntime/third_party/install_openblas.sh
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/usr/bin/env bash
-
-OPENBLAS_VERSION=0.3.13
-
-WGET=${WGET:-wget}
-
-set -e
-
-if ! command -v gfortran 2>/dev/null; then
-  echo "$0: gfortran is not installed.  Please install it, e.g. by:"
-  echo " apt-get install gfortran"
-  echo "(if on Debian or Ubuntu), or:"
-  echo " yum install gcc-gfortran"
-  echo "(if on RedHat/CentOS).  On a Mac, if brew is installed, it's:"
-  echo " brew install gfortran"
-  exit 1
-fi
-
-
-tarball=OpenBLAS-$OPENBLAS_VERSION.tar.gz
-
-rm -rf xianyi-OpenBLAS-* OpenBLAS OpenBLAS-*.tar.gz
-
-if [ -d "$DOWNLOAD_DIR" ]; then
-  cp -p "$DOWNLOAD_DIR/$tarball" .
-else
-  url=$($WGET -qO- "https://api.github.com/repos/xianyi/OpenBLAS/releases/tags/v${OPENBLAS_VERSION}" | python -c 'import sys,json;print(json.load(sys.stdin)["tarball_url"])')
-  test -n "$url"
-  $WGET -t3 -nv -O $tarball "$url"
-fi
-
-tar xzf $tarball
-mv xianyi-OpenBLAS-* OpenBLAS
-
-make PREFIX=$(pwd)/OpenBLAS/install USE_LOCKING=1 USE_THREAD=0 -C OpenBLAS all install
-if [ $? -eq 0 ]; then
-   echo "OpenBLAS is installed successfully."
-   rm $tarball
-fi
\ No newline at end of file
diff --git a/funasr/runtime/onnxruntime/wave/asr_example.wav b/funasr/runtime/onnxruntime/wave/asr_example.wav
deleted file mode 100644
index be33a3c..0000000
--- a/funasr/runtime/onnxruntime/wave/asr_example.wav
+++ /dev/null
Binary files differ
diff --git a/funasr/runtime/onnxruntime/wave/long.wav b/funasr/runtime/onnxruntime/wave/long.wav
deleted file mode 100644
index 22b383a..0000000
--- a/funasr/runtime/onnxruntime/wave/long.wav
+++ /dev/null
Binary files differ
diff --git a/funasr/runtime/onnxruntime/wave/short.wav b/funasr/runtime/onnxruntime/wave/short.wav
deleted file mode 100644
index bf13bb1..0000000
--- a/funasr/runtime/onnxruntime/wave/short.wav
+++ /dev/null
Binary files differ
diff --git a/funasr/runtime/onnxruntime/wave/test.pcm.bytes b/funasr/runtime/onnxruntime/wave/test.pcm.bytes
deleted file mode 100644
index f3962c6..0000000
--- a/funasr/runtime/onnxruntime/wave/test.pcm.bytes
+++ /dev/null
Binary files differ
diff --git a/funasr/runtime/onnxruntime/wave/test.pcm.wav b/funasr/runtime/onnxruntime/wave/test.pcm.wav
deleted file mode 100644
index b83d56c..0000000
--- a/funasr/runtime/onnxruntime/wave/test.pcm.wav
+++ /dev/null
Binary files differ

--
Gitblit v1.9.1