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

RuntimeError: CUDA error: invalid device ordinal #2

Open
Transformer-man opened this issue Mar 26, 2024 · 1 comment
Open

RuntimeError: CUDA error: invalid device ordinal #2

Transformer-man opened this issue Mar 26, 2024 · 1 comment

Comments

@Transformer-man
Copy link

Hello, when I used a single card 4090, an error occurred, RuntimeError: cuda error: invalid device ordinal
image

@caidongqi
Copy link
Collaborator

Do you check the gpu_mapping.yaml file?

Considering you have only one GPU, you should change line 13 to 4090: [6].

Make sure you have enough GPU memory to run 6 clients in one card. For your reference, each client will need at least 2GB GPU memory.

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

No branches or pull requests

2 participants