Skip to content

Commit

Permalink
fix(sdk): make sure build to quiet out stdout (#622)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm authored Nov 12, 2023
1 parent e667dac commit de04de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openllm-python/src/openllm_cli/_sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit de04de7

Please sign in to comment.