mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-02-06 05:42:11 -05:00
fix(sdk): make sure build to quiet out stdout (#622)
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -198,6 +198,7 @@ def _build(
|
||||
'build',
|
||||
model_id,
|
||||
'--machine',
|
||||
'--quiet',
|
||||
'--serialisation',
|
||||
first_not_none(
|
||||
serialisation, default='safetensors' if has_safetensors_weights(model_id, model_version) else 'legacy'
|
||||
|
||||
Reference in New Issue
Block a user