File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- export mini=(
4
- " refinery-authorizer"
5
- " refinery-gateway-proxy"
3
+ export torch_cpu=(
4
+ " refinery-embedder"
5
+ " refinery-ml-exec-env"
6
+ )
7
+
8
+ export torch_cuda=(
9
+ " refinery-embedder"
6
10
)
7
11
8
12
export common=(
@@ -13,7 +17,14 @@ export common=(
13
17
" refinery-weak-supervisor"
14
18
" refinery-model-provider"
15
19
" cognition-gateway"
16
- " ${mini[@]} "
20
+ " ${torch_cpu[@]} "
21
+ " ${torch_cuda[@]} "
22
+ )
23
+
24
+ export mini=(
25
+ " refinery-authorizer"
26
+ " refinery-gateway-proxy"
27
+ " ${common[@]} "
17
28
)
18
29
19
30
export exec_env=(
@@ -22,21 +33,10 @@ export exec_env=(
22
33
" cognition-exec-env"
23
34
)
24
35
25
- export torch_cpu=(
26
- " refinery-embedder"
27
- " refinery-ml-exec-env"
28
- " ${common[@]} "
29
- )
30
-
31
- export torch_cuda=(
32
- " refinery-embedder"
33
- " ${common[@]} "
34
- )
35
-
36
36
export next=(
37
37
" admin-dashboard"
38
38
" cognition-ui"
39
39
" refinery-ui"
40
40
)
41
41
42
- export ALL_SERVICES=( " ${mini[@]} " " ${common[@]} " " ${ exec_env[@]}" " ${torch_cpu[@]} " " ${torch_cuda [@]}" )
42
+ export ALL_SERVICES=( " ${mini[@]} " " ${exec_env[@]} " " ${next [@]} " )
You can’t perform that action at this time.
0 commit comments