I have a GPU server which has 2 RTX 8000 and 2 RTX 2080 Ti. But cryosparc can only recognize 2 RTX 8000.
I tried reconnect –./bin/cryosparcw connect --master G05 --worker G05 --port 39000 --ssdpath /ssd/cryosparc_cache/ --gpus 0,1,2,3. It prompts the error:
Traceback (most recent call last):
File “bin/connect.py”, line 221, in
gpu_devidxs = check_gpus()
File “bin/connect.py”, line 95, in check_gpus
assert all([v in range(num_devs) for v in gpu_devidxs]), “Some specified devices do not exist.”
AssertionError: Some specified devices do not exist.
I refer to the link–Adding GPU to system - #11 by stephan, the command is executed correctly, but only 2 GPU cards are still recognized.
What do I need to do to add 2 2080Ti cards to cryosparc?