forked from rc/classroom
Add requirements for Podatkovno Rudarjenje
This commit is contained in:
parent
e1ac068953
commit
eb1e6012bd
34 changed files with 138 additions and 0 deletions
12
roles/torch/tasks/main_lin.yml
Normal file
12
roles/torch/tasks/main_lin.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
- name: Install torch
|
||||
apt:
|
||||
name:
|
||||
- python3-torch
|
||||
- python3-skorch
|
||||
- python3-torch-cluster
|
||||
- python3-torch-geometric
|
||||
- python3-ignite
|
||||
- python3-sparse
|
||||
- python3-torchaudio
|
||||
- python3-torchvision
|
||||
state: latest
|
Loading…
Add table
Add a link
Reference in a new issue