diff --git a/openllm-python/src/openllm_cli/_sdk.py b/openllm-python/src/openllm_cli/_sdk.py index 47e46aae..dc545b24 100644 --- a/openllm-python/src/openllm_cli/_sdk.py +++ b/openllm-python/src/openllm_cli/_sdk.py @@ -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'