Skip to content

Commit

Permalink
fix libtorch install (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
taikitanaka3 authored and kenji-miyake committed Nov 1, 2021
1 parent eee9f7b commit 9051944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/libtorch/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# for Ubuntu 20.04 / CUDA 11.1
- name: LibTorch (download)
when: cuda_version == '11.1'
become: yes
become: no
command: gdown https://drive.google.com/u/0/uc?id=1eNh3F3xCQ4AMJEHtwb1dhshSyzWMjoc8 -O /tmp/libtorch.zip
- name: LibTorch (unarchive)
when: cuda_version == '11.1'
Expand Down

0 comments on commit 9051944

Please sign in to comment.