Browse Source

Add test for both parler and qwenvl2

tags/v0.3.7rc0
haixuanTao 1 year ago
parent
commit
a609754e04
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .github/workflows/node_hub_test.sh

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

@@ -2,8 +2,7 @@
set -euo

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

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


Loading…
Cancel
Save