Support linking onnxruntime lib statically on Linux (#326)

This commit is contained in:
Fangjun Kuang
2023-09-21 10:15:42 +08:00
committed by GitHub
parent f5c060dd61
commit 532ed142d2
8 changed files with 106 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
shell: bash
run: |
python3 -m pip install openai-whisper torch onnxruntime onnx
python3 -m pip install openai-whisper torch onnxruntime==1.15.1 onnx
- name: export ${{ matrix.model }}
shell: bash