File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 45
45
cfg .IntOpt ('predict-workers' ,
46
46
short = 'p' ,
47
47
default = 1 ,
48
+ deprecated_for_removal = True ,
48
49
help = """
49
50
Specify the number of workers to spawn for prediction tasks. If using a CPU you
50
51
probably want to increase this number, if using a GPU probably you want to
51
52
leave it to 1. (defaults to 1)
53
+
54
+ This option is deprecated for removal, as DEEPaaS has switched to Dask to
55
+ manage the execution of background tasks. Please check the documentation
56
+ for the 'dask-config' option for more details.
52
57
""" ),
53
58
cfg .IntOpt ('train-workers' ,
54
59
default = 1 ,
60
+ deprecated_for_removal = True ,
55
61
help = """
56
62
Specify the number of workers to spawn for training tasks. Unless you know what
57
63
you are doing you should leave this number to 1. (defaults to 1)
64
+
65
+ This option is deprecated for removal, as DEEPaaS has switched to Dask to
66
+ manage the execution of background tasks. Please check the documentation
67
+ for the 'dask-config' option for more details.
58
68
""" ),
59
69
cfg .StrOpt ('dask-config' ,
60
70
default = None ,
You can’t perform that action at this time.
0 commit comments