Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 0a93143

Browse files
feat: package env for whispervq
1 parent f67c13a commit 0a93143

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/python-package.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ on:
2222

2323

2424
env:
25-
MODEL_DIR: models/ichigo-wrapper # ${{ inputs.model_dir }}
26-
MODEL_NAME: ichigo-wrapper # ${{ inputs.model_name }}
25+
MODEL_DIR: models/whispervq # ${{ inputs.model_dir }}
26+
MODEL_NAME: whispervq # ${{ inputs.model_name }}
2727
REPO_NAME: janhq/models # ${{ inputs.model_name }}
2828
BRANCH_NAME: feat/ci-python-models # ${{ inputs.model_name }}
2929

@@ -38,12 +38,12 @@ jobs:
3838
- os: "linux"
3939
name: "amd64"
4040
runs-on: "ubuntu-20-04-cuda-12-0"
41-
- os: "mac"
42-
name: "amd64"
43-
runs-on: "macos-selfhosted-12"
44-
- os: "mac"
45-
name: "arm64"
46-
runs-on: "macos-selfhosted-12-arm64"
41+
# - os: "mac"
42+
# name: "amd64"
43+
# runs-on: "macos-selfhosted-12"
44+
# - os: "mac"
45+
# name: "arm64"
46+
# runs-on: "macos-selfhosted-12-arm64"
4747
- os: "windows"
4848
name: "amd64"
4949
runs-on: "windows-cuda-12-0"

0 commit comments

Comments
 (0)