mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
remove log.
This commit is contained in:
parent
e5476dc04c
commit
265715a4f7
@ -652,8 +652,6 @@ fn prepare_input(
|
||||
.encode(tokenizer_query, add_special_tokens)
|
||||
.map_err(|err| ValidationError::Tokenizer(err.to_string()))?;
|
||||
|
||||
tracing::info!("Validation said the input is {}", encoding.len());
|
||||
|
||||
Ok((encoding, input_chunks))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user