Skip to content

Commit

Permalink
Add monitor tag to templates
Browse files Browse the repository at this point in the history
Pierre Delaunay committed Nov 21, 2024
1 parent a66519e commit deb271a
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions benchmarks/_templates/simple/dev.yaml
Original file line number Diff line number Diff line change
@@ -6,3 +6,5 @@ template:
install_group: torch
plan:
method: per_gpu
tags:
- monogpu
3 changes: 2 additions & 1 deletion benchmarks/_templates/stdout/dev.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,8 @@ _template:
definition: .
install-variant: unpinned
install_group: torch

tags:
- monogpu
#argv:
# --train_batch_size: 32
# --num_epochs: 5
2 changes: 2 additions & 0 deletions benchmarks/_templates/voir/dev.yaml
Original file line number Diff line number Diff line change
@@ -6,3 +6,5 @@ template:
install_group: torch
plan:
method: per_gpu
tags:
- monogpu

0 comments on commit deb271a

Please sign in to comment.