mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 19:34:53 +00:00
Improve error message when download process fails.
This commit is contained in:
parent
b67908e0cf
commit
37f305a0eb
@ -627,8 +627,8 @@ fn download_convert_model(
|
|||||||
return Err(LauncherError::DownloadError);
|
return Err(LauncherError::DownloadError);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_ => {
|
e => {
|
||||||
tracing::error!("Download process exited with an unknown status.");
|
tracing::error!("Download process exited with an unknown status.: {e:?}");
|
||||||
return Err(LauncherError::DownloadError);
|
return Err(LauncherError::DownloadError);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user