Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
058d3061
Unverified
Commit
058d3061
authored
Oct 21, 2024
by
Wang, Yi
Committed by
GitHub
Oct 21, 2024
Browse files
break when there's nothing to read (#2582)
Signed-off-by:
Wang, Yi A
<
yi.a.wang@intel.com
>
parent
7f54b733
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
launcher/src/main.rs
launcher/src/main.rs
+2
-0
No files found.
launcher/src/main.rs
View file @
058d3061
...
...
@@ -1104,6 +1104,8 @@ fn log_lines<R: Sized + Read>(mut bufread: BufReader<R>) {
}
}
}
}
else
{
break
;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment