Skip to content

Commit a5e5ea0

Browse files
Download tuner from bucket rather than in the stack
1 parent 280fa3c commit a5e5ea0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

playbooks/roles/nccl-conf/tasks/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
- name: copy libnccl-ocituner for OL
3939
become: true
40-
copy:
41-
src: libnccl-ocituner.so.1.0.1_OL
40+
get_url:
41+
url: wget 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
4242
dest: /home/opc/libnccl-ocituner.so.1.0.1
4343
owner: opc
4444
group: privilege
@@ -47,8 +47,8 @@
4747

4848
- name: copy libnccl-ocituner for Ubuntu
4949
become: true
50-
copy:
51-
src: libnccl-ocituner.so.1.0.1_ubuntu
50+
get_url:
51+
url: wget 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
5252
dest: /home/ubuntu/libnccl-ocituner.so.1.0.1
5353
owner: ubuntu
5454
group: privilege

0 commit comments

Comments
 (0)