File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,14 @@ local volumes = import 'templates/volumes.libsonnet';
77
77
},
78
78
},
79
79
Functional:: mixins.Functional {
80
- schedule: '0 6 * * *' ,
80
+ schedule: null ,
81
81
tpuSettings+: {
82
82
preemptible: false ,
83
83
},
84
84
},
85
- Convergence:: mixins.Convergence,
85
+ Convergence:: mixins.Convergence {
86
+ schedule: null ,
87
+ },
86
88
PyTorchTpuVmMixin:: experimental.PyTorchTpuVmMixin + experimental.PjRt {
87
89
local config = self ,
88
90
Original file line number Diff line number Diff line change @@ -77,12 +77,14 @@ local volumes = import 'templates/volumes.libsonnet';
77
77
},
78
78
},
79
79
Functional:: mixins.Functional {
80
- schedule: '0 8 * * *' ,
80
+ schedule: null ,
81
81
tpuSettings+: {
82
82
preemptible: false ,
83
83
},
84
84
},
85
- Convergence:: mixins.Convergence,
85
+ Convergence:: mixins.Convergence {
86
+ schedule: null ,
87
+ },
86
88
PyTorchTpuVmMixin:: experimental.PyTorchTpuVmMixin + experimental.PjRt {
87
89
local config = self ,
88
90
You can’t perform that action at this time.
0 commit comments