Skip to content

Commit

Permalink
use onnxruntime 1.16.3 and onnx 1.15.0 to export pyannote models
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Oct 8, 2024
1 parent e972b2e commit 24ec150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install pyannote
shell: bash
run: |
pip install pyannote.audio onnx onnxruntime
pip install pyannote.audio onnx==1.15.0 onnxruntime==1.16.3
- name: Run
shell: bash
Expand Down

0 comments on commit 24ec150

Please sign in to comment.