Hello, I am trying to run the experiments of Orca with two servers. Each server only possesses one GPU and I set the config as follows: (where private IP information was replaced as xxx.xxx.xxx.xxx)
When I tried to execute "python3 run_experiment.py --table 3 --party 0" and "python3 run_experiment.py --table 3 --party 1", I met the fault "subprocess.CalledProcessError: Command 'CUDA_VISIBLE_DEVICES=0 ./orca_dealer 0 CNN2 /tmp/' returned non-zero exit status 127." How can I solve it?
I have solved the problem mentioned above. Since my Cuda version is 12.0 which is incompatible with the codes in ext package, I need to change it to version 11.7.
Hello, I am trying to run the experiments of Orca with two servers. Each server only possesses one GPU and I set the config as follows: (where private IP information was replaced as xxx.xxx.xxx.xxx)
When I tried to execute "python3 run_experiment.py --table 3 --party 0" and "python3 run_experiment.py --table 3 --party 1", I met the fault "subprocess.CalledProcessError: Command 'CUDA_VISIBLE_DEVICES=0 ./orca_dealer 0 CNN2 /tmp/' returned non-zero exit status 127." How can I solve it?