Browse Source

Fix transformers version

tags/v0.3.7rc0
haixuanTao 1 year ago
parent
commit
bf2ddeea91
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/node_hub_test.sh
  2. +1
    -1
      node-hub/dora-distil-whisper/pyproject.toml

+ 1
- 1
.github/workflows/node_hub_test.sh View File

@@ -3,7 +3,7 @@ set -euo

# List of ignored modules
# TODO: Fix HF github action issue.
ignored_folders=("dora-distil-whisper" "dora-internvl" "dora-parler" "dora-qwenvl" "dora-keyboard" "dora-microphone" "terminal-input")
ignored_folders=("dora-internvl" "dora-parler" "dora-qwenvl" "dora-keyboard" "dora-microphone" "terminal-input")

for dir in node-hub/*/ ; do
# Get the base name of the directory (without the path)


+ 1
- 1
node-hub/dora-distil-whisper/pyproject.toml View File

@@ -16,7 +16,7 @@ packages = [{ include = "dora_distil_whisper" }]
dora-rs = "^0.3.6"
numpy = "< 2.0.0"
pyarrow = ">= 5.0.0"
transformers = ">= 4.0.0"
transformers = "^4.0.0"
accelerate = "^0.29.2"
torch = "^2.2.0"
python = "^3.7"


Loading…
Cancel
Save