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

Can I specify the resources for each client when running simulation? #3548

Open
jmsw4bn opened this issue Jun 6, 2024 · 0 comments
Open
Labels
question Further information is requested

Comments

@jmsw4bn
Copy link

jmsw4bn commented Jun 6, 2024

What is your question?

I want to realize a heterogeneous case, where the clients have different resources.
For example, the resources for client 0 are "cpu: 1, gpu: 0.5", while for client 1 are "cpu: 2, gpu: 0.8".
Can I realize this case?

I found the resources are the same for each client by using code: client_resources = {"num_cpus": 1, "num_gpus": 0.5}.
I have no idea about specify different resources for different clients.

@jmsw4bn jmsw4bn added the question Further information is requested label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant