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
Make dora error not panic but a warning
tags/v0.3.9-rc1
haixuantao
1 year ago
parent
fc8bc8a4fe
commit
0fe6e89635
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
node-hub/dora-qwenvl/dora_qwenvl/main.py
+ 1
- 1
node-hub/dora-qwenvl/dora_qwenvl/main.py
View File
@@ -186,7 +186,7 @@ def main():
)
elif event_type == "ERROR":
raise RuntimeError(
event["error"])
print("Event Error:" +
event["error"])
if __name__ == "__main__":
Write
Preview
Loading…
Cancel
Save