File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
playbooks/roles/nccl-conf/tasks Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 3333 owner : root
3434 group : root
3535 mode : ' 0644'
36- when : shape_nccl.stdout == '"BM.GPU4.8"'
37-
38- - name : copy libnccl-ocituner for OL
39- become : true
40- get_url :
41- url : https://objectstorage.eu-frankfurt-1.oraclecloud.com/p/m1Gdcbiguqst6n_aVwRZIFpRZxUG-wGMvqWS5QJeJbIvNZnqTTA3N1_DDRuYpvJx/n/hpc/b/source/o/tuner/libnccl-ocituner.so.1.0.1-OL
42- dest : /home/opc/libnccl-ocituner.so.1.0.1
43- owner : opc
44- group : privilege
45- mode : ' 0775'
46- when : ( shape_nccl.stdout == '"BM.GPU.B4.8"' or shape_nccl.stdout == '"BM.GPU.A100-v2.8"' or shape_nccl.stdout == '"BM.GPU4.8"' ) and ansible_distribution == 'OracleLinux'
47-
48- - name : copy libnccl-ocituner for Ubuntu
49- become : true
50- get_url :
51- url : https://objectstorage.eu-frankfurt-1.oraclecloud.com/p/m1Gdcbiguqst6n_aVwRZIFpRZxUG-wGMvqWS5QJeJbIvNZnqTTA3N1_DDRuYpvJx/n/hpc/b/source/o/tuner/libnccl-ocituner.so.1.0.1-ubuntu
52- dest : /home/ubuntu/libnccl-ocituner.so.1.0.1
53- owner : ubuntu
54- group : privilege
55- mode : ' 0775'
56- when : ( shape_nccl.stdout == '"BM.GPU.B4.8"' or shape_nccl.stdout == '"BM.GPU.A100-v2.8"' or shape_nccl.stdout == '"BM.GPU4.8"' ) and ansible_os_family == 'Debian'
36+ when : shape_nccl.stdout == '"BM.GPU4.8"'
You can’t perform that action at this time.
0 commit comments