From 28be23340b0e4fa8dc4d9b02c7f5486e8e79d044 Mon Sep 17 00:00:00 2001 From: makaveli10 Date: Mon, 3 Feb 2025 19:08:22 +0530 Subject: [PATCH 1/2] Upgrade onnxruntime version to 1.17.0 Signed-off-by: makaveli10 --- requirements/server.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/server.txt b/requirements/server.txt index f6cd0b6..37df171 100644 --- a/requirements/server.txt +++ b/requirements/server.txt @@ -1,6 +1,6 @@ faster-whisper==1.1.0 websockets -onnxruntime==1.16.0 +onnxruntime==1.17.0 numba kaldialign soundfile From ef7c32dc959cfd58ff4eb90a20395052f20ca32a Mon Sep 17 00:00:00 2001 From: makaveli10 Date: Mon, 3 Feb 2025 19:43:57 +0530 Subject: [PATCH 2/2] Add python 3.12 to test matrix Signed-off-by: makaveli10 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66244e4..fd5097a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: [3.8, 3.9, '3.10', 3.11] + python-version: [3.8, 3.9, '3.10', 3.11, 3.12] steps: - uses: actions/checkout@v2 @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: [3.8, 3.9, '3.10', 3.11] + python-version: [3.8, 3.9, '3.10', 3.11, 3.12] steps: - uses: actions/checkout@v2