mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-28 21:42:06 +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(),);
|
let args = ("out".to_string(),);
|
||||||
save.call1(args)?;
|
save.call1(args)?;
|
||||||
Ok(())
|
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() {
|
let filename = if convert.is_ok() {
|
||||||
// If we have correctly loaded and resaved with transformers
|
// If we have correctly loaded and resaved with transformers
|
||||||
// We might have modified the tokenizer.json according to transformers
|
// We might have modified the tokenizer.json according to transformers
|
||||||
|
Loading…
Reference in New Issue
Block a user