Skip to content

Commit

Permalink
change gpu limit (kubeflow#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
amygdala authored and k8s-ci-robot committed Oct 3, 2019
1 parent 351aaf8 commit ad55b0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def gh_summ( #pylint: disable=unused-argument
train.after(copydata)
log_model.after(train)
serve.after(train)
train.set_gpu_limit(4)
train.set_gpu_limit(1)
train.set_memory_limit('48G')

with dsl.Condition(train.output == 'true'):
Expand Down
Binary file not shown.

0 comments on commit ad55b0a

Please sign in to comment.