File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
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"
610)
711
812export common=(
@@ -13,7 +17,14 @@ export common=(
1317 " refinery-weak-supervisor"
1418 " refinery-model-provider"
1519 " cognition-gateway"
16- " ${mini[@]} "
20+ " ${torch_cpu[@]} "
21+ " ${torch_cuda[@]} "
22+ )
23+
24+ export mini=(
25+ " refinery-authorizer"
26+ " refinery-gateway-proxy"
27+ " ${common[@]} "
1728)
1829
1930export exec_env=(
@@ -22,21 +33,10 @@ export exec_env=(
2233 " cognition-exec-env"
2334)
2435
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-
3636export next=(
3737 " admin-dashboard"
3838 " cognition-ui"
3939 " refinery-ui"
4040)
4141
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