mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-25 20:12:07 +00:00
Remove the error log
Subsequent updates will remove these codes Signed-off-by: yuanwu <yuan.wu@intel.com>
This commit is contained in:
parent
9f356ce045
commit
73e6e3b871
@ -1628,10 +1628,10 @@ pub async fn run(
|
||||
let args = ("out".to_string(),);
|
||||
save.call1(args)?;
|
||||
Ok(())
|
||||
})
|
||||
.inspect_err(|err| {
|
||||
tracing::error!("Failed to import python tokenizer {err}");
|
||||
});
|
||||
//.inspect_err(|err| {
|
||||
// tracing::error!("Failed to import python tokenizer {err}");
|
||||
//});
|
||||
let filename = if convert.is_ok() {
|
||||
// If we have correctly loaded and resaved with transformers
|
||||
// We might have modified the tokenizer.json according to transformers
|
||||
|
Loading…
Reference in New Issue
Block a user