Update onnxruntime from v1.18.0 to v1.18.1 (#1107)
This commit is contained in:
8
.github/scripts/test-python.sh
vendored
8
.github/scripts/test-python.sh
vendored
@@ -326,14 +326,6 @@ if [[ x$OS != x'windows-latest' ]]; then
|
||||
ls -lh $repo
|
||||
popd
|
||||
|
||||
python3 ./python-api-examples/offline-decode-files.py \
|
||||
--tokens=$repo/tokens.txt \
|
||||
--paraformer=$repo/model.onnx \
|
||||
$repo/test_wavs/0.wav \
|
||||
$repo/test_wavs/1.wav \
|
||||
$repo/test_wavs/2.wav \
|
||||
$repo/test_wavs/8k.wav
|
||||
|
||||
python3 ./python-api-examples/offline-decode-files.py \
|
||||
--tokens=$repo/tokens.txt \
|
||||
--paraformer=$repo/model.int8.onnx \
|
||||
|
||||
2
.github/workflows/test-go.yaml
vendored
2
.github/workflows/test-go.yaml
vendored
@@ -116,7 +116,7 @@ jobs:
|
||||
rm ./lib/*.a
|
||||
rm ./lib/libonnxruntime.dylib
|
||||
cd lib
|
||||
ln -s libonnxruntime.1.18.0.dylib libonnxruntime.dylib
|
||||
ln -s libonnxruntime.1.18.1.dylib libonnxruntime.dylib
|
||||
cd ..
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user