Skip to content
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

Add distributed executor backend to benchmark scripts #118

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

mawong-amd
Copy link

As in title. Adds the --distributed-executor-backend option to the latency and throughput benchmarks.

args.max_num_batched_tokens, args.gpu_memory_utilization,
args.worker_use_ray, args.download_dir)
args.max_num_batched_tokens, args.distributed_executor_backend,
args.gpu_memory_utilization, args.worker_use_ray,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should we also nuke the worker_use_ray?

Copy link
Author

Choose a reason for hiding this comment

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

It's nuked in upstream and there's no possibility of a clash between it and distributed executor backend, so in terms of priority I'd leave it for the merge.

@mawong-amd mawong-amd merged commit 42b1b9a into main Aug 2, 2024
13 checks passed
@mawong-amd mawong-amd deleted the mawong/add-dist-executor-backend branch August 2, 2024 19:38
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