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
Put reloading flag outside of the loop to keep the state of reloading
tags/v0.3.1-rc
haixuanTao
2 years ago
parent
5bff656138
commit
ab3fde910a
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
binaries/runtime/src/operator/python.rs
+ 1
- 2
binaries/runtime/src/operator/python.rs
View File
@@ -120,9 +120,8 @@ pub fn run(
}
};
let mut reload = false;
let reason = loop {
let mut reload = false;
#[allow(unused_mut)]
let Ok(mut event) = incoming_events.recv() else { break StopReason::InputsClosed };
Write
Preview
Loading…
Cancel
Save