Skip to content

Update guidellm #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 98 commits into
base: main
Choose a base branch
from
Open

Update guidellm #6

wants to merge 98 commits into from

Conversation

Chibukach
Copy link
Collaborator

@Chibukach Chibukach commented Jul 3, 2025

This PR updates guidellm automation in clearml to use the latest guidellm pythonic interface with benchmarking scenarios.
The standard research benchmarking scenarios have been updated to reflect this change.
It also adds support for development using custom branches in a single location

@Chibukach Chibukach requested a review from anmarques July 3, 2025 14:52
executable_path = os.path.dirname(sys.executable)
vllm_path = os.path.join(executable_path, "vllm")

num_gpus = torch.cuda.device_count()
available_gpus = list(range(torch.cuda.device_count()))
Copy link
Member

Choose a reason for hiding this comment

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

Is there any reason lines 27-31 is necessary? using tensor-parallel-size will do the same with or without this as far as I know

@Chibukach Chibukach requested a review from anmarques August 13, 2025 17:41
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.

2 participants