Skip to content

[Run] Add the ability to upload results to object storage bucket#639

Merged
Vezio merged 2 commits intollm-d:mainfrom
maugustosilva:upload_to_object_storage
Feb 4, 2026
Merged

[Run] Add the ability to upload results to object storage bucket#639
Vezio merged 2 commits intollm-d:mainfrom
maugustosilva:upload_to_object_storage

Conversation

@maugustosilva
Copy link
Collaborator

@maugustosilva maugustosilva commented Feb 4, 2026

Additionally, add several improvements for set_llmdbench_environment.py

Finally, updated the vllm-benchmark and guidellm releases on the image

maugustosilva and others added 2 commits February 4, 2026 13:31
Additionally, add several improvements for set_llmdbench_environment.py

Signed-off-by: maugustosilva <maugusto.silva@gmail.com>
Signed-off-by: maugustosilva <marcio.a.silva@ibm.com>
Copy link
Collaborator

@Vezio Vezio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks pretty good

@Vezio Vezio merged commit f5f2d9a into llm-d:main Feb 4, 2026
8 checks passed
Copy link
Collaborator

@deanlorenz deanlorenz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least in IBM COS, you can restrict ls only to your bucket.

announce "❌ 'aws' command not found, but is required for 's3://' output."
exit 1
else
is_bucket=$(aws s3 ls | grep ${_bucket} || true)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure this would always work.
Would probably be better to use aws s3 ls "${_output_destination}"
Your permissions might allow only ls on your own bucket.

announce "❌ 'gcloud' command not found, but is required for 'gs://' output."
exit 1
else
is_bucket=$(gcloud storage buckets list | grep ${_bucket} || true)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as below

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants