Update onnxruntime from v1.14.0 to v1.15.1 (#204)

This commit is contained in:
Fangjun Kuang
2023-07-09 14:42:19 +08:00
committed by GitHub
parent fa86597f98
commit 4eacbed0b2
5 changed files with 81 additions and 76 deletions

View File

@@ -59,7 +59,7 @@ jobs:
- name: Install sherpa-onnx
shell: bash
run: |
python3 setup.py install
python3 -m pip install --verbose .
- name: Test sherpa-onnx
shell: bash