Add setup scripts for Benchmark VM and GPU VM#2338
Merged
cb-github-robot merged 2 commits intocloud-barista:mainfrom Mar 3, 2026
Merged
Add setup scripts for Benchmark VM and GPU VM#2338cb-github-robot merged 2 commits intocloud-barista:mainfrom
cb-github-robot merged 2 commits intocloud-barista:mainfrom
Conversation
Member
|
Hi @leehyeoklee I have a minor comment. The name of each script file is not very intuitive to me. Could you consider improving the naming to make it clearer? |
Contributor
Author
|
setupGpuVm.sh => setupvLLMTelegraf.sh how about it?🤔 |
Member
|
How about setupGpuVm.sh => setupBenchmarkTarget.sh according to our objective. :) |
f97fedb to
55c5a92
Compare
Contributor
Author
|
@seokho-son I've updated the script names. Thanks for the help! 😊 |
Member
|
/approve |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Streamlined LLM Serving and Benchmarking Setup Scripts
This PR introduces two new setup scripts that simplify the process of deploying LLM serving infrastructure and benchmarking environments with real-time metrics monitoring.
New Scripts
1.
setupGpuVM.shA comprehensive setup script for GPU VMs that automates the entire LLM serving stack deployment in a single command.
Features:
2.
setupBenchmarkVM.shSets up a dedicated benchmark VM with monitoring infrastructure and testing tools.
Features:
export_metrics.shfor CSV-based metrics exportrun_guidellm.shfor benchmark executionUsage Examples
GPU VM Remote Command Execution
Step 1: Install GPU driver (requires reboot - separate step)
Step 2: Deploy vLLM, serve model, and configure telemetry
curl -fsSL https://raw.githubusercontent.com/cloud-barista/cb-tumblebug/main/scripts/usecases/llm/setupGpuVMForLLM.sh | bash -s -- Qwen/Qwen2.5-1.5B-InstructBenchmark VM Remote Command Execution
Step 1: Setup monitoring stack and download benchmark tools