Skip to content

Commit 8253808

Browse files
authored
Merge pull request #432 from int-brain-lab/hotfix/gpu_lock
Remove gpu requirement from TrainingDLC
2 parents cf7b6aa + 1445cd6 commit 8253808

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ibllib/pipes/training_preprocessing.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ def _run(self, overwrite=False):
110110

111111
# level 1
112112
class TrainingDLC(tasks.Task):
113-
gpu = 1
114-
cpu = 4
115-
io_charge = 90
116-
level = 1
117113

118114
def _run(self):
119115
"""empty placeholder for job creation only"""

0 commit comments

Comments
 (0)