-
Notifications
You must be signed in to change notification settings - Fork 0
/
setting.yaml
84 lines (84 loc) · 2.17 KB
/
setting.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
managerPort: 15100
Setting:
portRangeDOWN: 15101
portRangeUP: 15200
idRangeDOWN: 1
idRangeUP: 60
CUDA_VISIBLE_DEVICES: 2
environment: "source test"
file: ./supervisord.conf
model: .
url : http://192.168.10.3:49001/
Config:
setting:
nluxmx: 8G
nluxms: 2G
ecxmx: 4G
ecxms: 2G
dmxmx: 4G
dmxms: 2G
nlgxmx: 4G
nlgxms: 2G
ic_train:
environment:
directory: server/
startsecs: 1
stopwaitsecs: 1
autostart: "false"
autorestart: "false"
stdout_logfile: console_logs/train.log
stderr_logfile: console_logs/train.log
ic_predict:
environment:
directory: server/
startsecs: 1
stopwaitsecs: 1
autostart: "false"
autorestart: "false"
stdout_logfile: console_logs/predict_knowledge.log
stderr_logfile: console_logs/predict_knowledge.log
nlu_train:
environment: LD_LIBRARY_PATH=./license
directory: nlu/train_server
startsecs: 1
stopwaitsecs: 1
autostart: "false"
autorestart: "false"
stdout_logfile: console_logs/nlu_train.log
stderr_logfile: console_logs/nlu_train.log
nlu_predict:
environment: LD_LIBRARY_PATH=./license
directory: nlu/predict_server
startsecs: 1
stopwaitsecs: 1
autostart: "false"
autorestart: "false"
stdout_logfile: console_logs/nlu_predict.log
stderr_logfile: console_logs/nlu_predict.log
ec_predict:
environment: LD_LIBRARY_PATH=./data/license/
directory: error-correction/SpellCheck-REST/
startsecs: 1
stopwaitsecs: 1
autostart: "false"
autorestart: "false"
stdout_logfile: console_logs/ec_predict.log
stderr_logfile: console_logs/ec_predict.log
dm_predict:
environment: LD_LIBRARY_PATH=./data/license/
directory: itri-citc-dm/
startsecs: 1
stopwaitsecs: 1
autostart: "false"
autorestart: "false"
stdout_logfile: console_logs/dm_predict.log
stderr_logfile: console_logs/dm_predict.log
nlg_predict:
environment: LD_LIBRARY_PATH=./data/license/
directory: itri-citc-nlg/
startsecs: 1
stopwaitsecs: 1
autostart: "false"
autorestart: "false"
stdout_logfile: console_logs/nlg_predict.log
stderr_logfile: console_logs/nlg_predict.log