How to set "BELLMAN_CUSTOM_GPU"? #9409
Answered
by
rjan90
ChaiWenyu1983
asked this question in
Build and Sync
-
I have two video cards. How can I designate one to use? "BELLMAN_ CUSTOM_ Is GPU "set? If yes, how to obtain the value of this configuration? |
Beta Was this translation helpful? Give feedback.
Answered by
rjan90
Oct 4, 2022
Replies: 1 comment 1 reply
-
Hey! You will have to set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rjan90
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
You will have to set
CUDA_VISIBLE_DEVICES = "x"
before running a worker to designate a single GPU to alotus-worker
. Also make sure to use separate repos for each worker.