mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
remove unnecessary log
This commit is contained in:
parent
e983ee5bb8
commit
ce715c76f8
@ -82,7 +82,6 @@ impl Stream for Generation {
|
||||
});
|
||||
Poll::Pending
|
||||
} else {
|
||||
info!("Ready: {}", ready);
|
||||
let waker = ctx.waker().clone();
|
||||
tokio::spawn(async {
|
||||
sleep(Duration::from_millis(100)).await;
|
||||
|
Loading…
Reference in New Issue
Block a user