-
Hello, I'm using tox to create a virtual env, but the unittest are executed using the default GPU and I want to use the other GPU. I tried to set the second GPU using : setenv = CUDA_VISIBLE_DEVICES="1" but the tests are executed in the other GPU. How can I configure my tox to be able to choice the GPU? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think this is nothing which |
Beta Was this translation helpful? Give feedback.
-
I feel this question is not tox specific so I'll lock it. |
Beta Was this translation helpful? Give feedback.
I think this is nothing which
tox
can influence. Which (cli)app do you run withtox
?