This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Add test for both parler and qwenvl2
tags/v0.3.7rc0
haixuanTao
1 year ago
parent
07a991bfa0
commit
a609754e04
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save