Update cluster/docker-compose.yml
Browse files- cluster/docker-compose.yml +10 -10
cluster/docker-compose.yml
CHANGED
|
@@ -30,10 +30,10 @@ services:
|
|
| 30 |
resources:
|
| 31 |
limits:
|
| 32 |
cpus: '2.0'
|
| 33 |
-
memory:
|
| 34 |
reservations:
|
| 35 |
cpus: '0.8'
|
| 36 |
-
memory:
|
| 37 |
|
| 38 |
jirack2:
|
| 39 |
image: cmsmanhattan/jirack_coder_32b_int4_qwenbase:latest
|
|
@@ -47,10 +47,10 @@ services:
|
|
| 47 |
resources:
|
| 48 |
limits:
|
| 49 |
cpus: '2.0'
|
| 50 |
-
memory:
|
| 51 |
reservations:
|
| 52 |
cpus: '0.8'
|
| 53 |
-
memory:
|
| 54 |
|
| 55 |
jirack3:
|
| 56 |
image: cmsmanhattan/jirack_coder_32b_int4_qwenbase:latest
|
|
@@ -64,10 +64,10 @@ services:
|
|
| 64 |
resources:
|
| 65 |
limits:
|
| 66 |
cpus: '2.0'
|
| 67 |
-
memory:
|
| 68 |
reservations:
|
| 69 |
cpus: '0.8'
|
| 70 |
-
memory:
|
| 71 |
|
| 72 |
jirack4:
|
| 73 |
image: cmsmanhattan/jirack_coder_32b_int4_qwenbase:latest
|
|
@@ -81,10 +81,10 @@ services:
|
|
| 81 |
resources:
|
| 82 |
limits:
|
| 83 |
cpus: '2.0'
|
| 84 |
-
memory:
|
| 85 |
reservations:
|
| 86 |
cpus: '0.8'
|
| 87 |
-
memory:
|
| 88 |
|
| 89 |
jirack5:
|
| 90 |
image: cmsmanhattan/jirack_coder_32b_int4_qwenbase:latest
|
|
@@ -98,10 +98,10 @@ services:
|
|
| 98 |
resources:
|
| 99 |
limits:
|
| 100 |
cpus: '2.0'
|
| 101 |
-
memory:
|
| 102 |
reservations:
|
| 103 |
cpus: '0.8'
|
| 104 |
-
memory:
|
| 105 |
|
| 106 |
networks:
|
| 107 |
jirack_net:
|
|
|
|
| 30 |
resources:
|
| 31 |
limits:
|
| 32 |
cpus: '2.0'
|
| 33 |
+
memory: 48G
|
| 34 |
reservations:
|
| 35 |
cpus: '0.8'
|
| 36 |
+
memory: 24G
|
| 37 |
|
| 38 |
jirack2:
|
| 39 |
image: cmsmanhattan/jirack_coder_32b_int4_qwenbase:latest
|
|
|
|
| 47 |
resources:
|
| 48 |
limits:
|
| 49 |
cpus: '2.0'
|
| 50 |
+
memory: 48G
|
| 51 |
reservations:
|
| 52 |
cpus: '0.8'
|
| 53 |
+
memory: 24G
|
| 54 |
|
| 55 |
jirack3:
|
| 56 |
image: cmsmanhattan/jirack_coder_32b_int4_qwenbase:latest
|
|
|
|
| 64 |
resources:
|
| 65 |
limits:
|
| 66 |
cpus: '2.0'
|
| 67 |
+
memory: 48G
|
| 68 |
reservations:
|
| 69 |
cpus: '0.8'
|
| 70 |
+
memory: 24G
|
| 71 |
|
| 72 |
jirack4:
|
| 73 |
image: cmsmanhattan/jirack_coder_32b_int4_qwenbase:latest
|
|
|
|
| 81 |
resources:
|
| 82 |
limits:
|
| 83 |
cpus: '2.0'
|
| 84 |
+
memory: 48G
|
| 85 |
reservations:
|
| 86 |
cpus: '0.8'
|
| 87 |
+
memory: 24G
|
| 88 |
|
| 89 |
jirack5:
|
| 90 |
image: cmsmanhattan/jirack_coder_32b_int4_qwenbase:latest
|
|
|
|
| 98 |
resources:
|
| 99 |
limits:
|
| 100 |
cpus: '2.0'
|
| 101 |
+
memory: 48G
|
| 102 |
reservations:
|
| 103 |
cpus: '0.8'
|
| 104 |
+
memory: 24G
|
| 105 |
|
| 106 |
networks:
|
| 107 |
jirack_net:
|