File tree Expand file tree Collapse file tree 12 files changed +18
-18
lines changed Expand file tree Collapse file tree 12 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ Each repo includes a `.version.json` file at its root. This file controls:
20
20
``` json
21
21
{
22
22
"dev-version" : " 0.0.5" ,
23
- "dev-registry" : " quay.io/vllm -d/<your project name>-dev" ,
23
+ "dev-registry" : " quay.io/llm -d/<your project name>-dev" ,
24
24
"prod-version" : " 0.0.4" ,
25
- "prod-registry" : " quay.io/vllm -d/<your project name>"
25
+ "prod-registry" : " quay.io/llm -d/<your project name>"
26
26
}
27
27
```
28
28
@@ -43,8 +43,8 @@ The pipeline reads this file to:
43
43
44
44
This pipeline maintains two container repositories for this GitHub repository, as follows.
45
45
46
- - ` quay.io/vllm -d/<repoName>-dev ` . Hold builds from the ` dev ` branch as described below.
47
- - ` quay.io/vllm -d/<repoName> ` . Holds promotions to prod, as described below.
46
+ - ` quay.io/llm -d/<repoName>-dev ` . Hold builds from the ` dev ` branch as described below.
47
+ - ` quay.io/llm -d/<repoName> ` . Holds promotions to prod, as described below.
48
48
49
49
---
50
50
Original file line number Diff line number Diff line change 1
1
{
2
2
"dev-version" : " 0.0.5" ,
3
- "dev-registry" : " quay.io/vllm -d/gateway-api-inference-extension-dev" ,
3
+ "dev-registry" : " quay.io/llm -d/llm-d- gateway-api-inference-extension-dev" ,
4
4
"prod-version" : " 0.0.4" ,
5
- "prod-registry" : " quay.io/vllm -d/gateway-api-inference-extension"
5
+ "prod-registry" : " quay.io/llm -d/llm-d- gateway-api-inference-extension"
6
6
}
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ DEV_VERSION=$EPP_TAG make image-build
312
312
Tag the image for your private registry and push it:
313
313
314
314
``` bash
315
- $CONTAINER_RUNTIME tag quay.io/vllm -d/gateway-api-inference-extension/epp:$TAG \
315
+ $CONTAINER_RUNTIME tag quay.io/llm -d/llm-d- gateway-api-inference-extension/epp:$TAG \
316
316
< MY_REGISTRY> /< MY_IMAGE> :$EPP_TAG
317
317
$CONTAINER_RUNTIME push < MY_REGISTRY> /< MY_IMAGE> :$EPP_TAG
318
318
```
Original file line number Diff line number Diff line change 18
18
terminationGracePeriodSeconds : 130
19
19
containers :
20
20
- name : epp
21
- image : quay.io/vllm -d/gateway-api-inference-extension/epp :latest
21
+ image : quay.io/llm -d/gateway-api-inference-extension:latest
22
22
imagePullPolicy : IfNotPresent
23
23
args :
24
24
- -poolName
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ resources:
28
28
- httproutes.yaml
29
29
30
30
images :
31
- - name : quay.io/vllm -d/gateway-api-inference-extension/epp
31
+ - name : quay.io/llm -d/gateway-api-inference-extension
32
32
newTag : 0.0.1
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ resources:
12
12
- deployments.yaml
13
13
14
14
images :
15
- - name : quay.io/vllm -d/vllm-sim
15
+ - name : quay.io/llm -d/vllm-sim
16
16
newTag : 0.0.2
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ images:
12
12
- name : quay.io/vllm-d/vllm-sim
13
13
newName : ${VLLM_SIM_IMAGE}
14
14
newTag : ${VLLM_SIM_TAG}
15
- - name : quay.io/vllm -d/gateway-api-inference-extension/epp
15
+ - name : quay.io/llm -d/llm-d- gateway-api-inference-extension
16
16
newName : ${EPP_IMAGE}
17
17
newTag : ${EPP_TAG}
18
18
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ resources:
9
9
- gateway-parameters.yaml
10
10
11
11
images :
12
- - name : quay.io/vllm -d/gateway-api-inference-extension/epp
12
+ - name : quay.io/llm -d/gateway-api-inference-extension
13
13
newName : ${EPP_IMAGE}
14
14
newTag : ${EPP_TAG}
15
15
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ resources:
5
5
- ../../../../components/vllm-p2p/
6
6
7
7
images :
8
- - name : quay.io/vllm -d/vllm -d-dev:0.0.2
8
+ - name : quay.io/llm -d/llm -d-dev:0.0.2
9
9
newName : ${VLLM_IMAGE}
10
10
newTag : ${VLLM_TAG}
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ resources:
5
5
- ../../../../components/vllm/
6
6
7
7
images :
8
- - name : quay.io/vllm -d/vllm -d-dev
8
+ - name : quay.io/llm -d/llm -d-dev
9
9
newName : ${VLLM_IMAGE}
10
10
newTag : ${VLLM_TAG}
11
11
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set -eo pipefail
15
15
: " ${CLUSTER_NAME:= gie-dev} "
16
16
17
17
# Set the default IMAGE_REGISTRY if not provided
18
- : " ${IMAGE_REGISTRY:= quay.io/ vllm -d} "
18
+ : " ${IMAGE_REGISTRY:= quay.io/ llm -d} "
19
19
20
20
# Set a default VLLM_SIMULATOR_IMAGE if not provided
21
21
: " ${VLLM_SIMULATOR_IMAGE:= vllm-sim} "
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export VLLM_MODE="${VLLM_MODE:-vllm-sim}"
39
39
40
40
case " ${VLLM_MODE} " in
41
41
vllm-sim)
42
- export VLLM_SIM_IMAGE=" ${VLLM_SIM_IMAGE:- quay.io/ vllm -d/ vllm-sim} "
42
+ export VLLM_SIM_IMAGE=" ${VLLM_SIM_IMAGE:- quay.io/ llm -d/ vllm-sim} "
43
43
export VLLM_SIM_TAG=" ${VLLM_SIM_TAG:- 0.0.2} "
44
44
export EPP_IMAGE=" ${EPP_IMAGE:- us-central1-docker.pkg.dev/ k8s-staging-images/ gateway-api-inference-extension/ epp} "
45
45
export EPP_TAG=" ${EPP_TAG:- main} "
@@ -55,9 +55,9 @@ case "${VLLM_MODE}" in
55
55
export VLLM_DEPLOYMENT_NAME=" ${VLLM_DEPLOYMENT_NAME:- vllm-${MODEL_LABEL} } "
56
56
57
57
if [[ " $VLLM_MODE " == " vllm" ]]; then
58
- export VLLM_IMAGE=" ${VLLM_IMAGE:- quay.io/ vllm -d/ vllm -d-dev} "
58
+ export VLLM_IMAGE=" ${VLLM_IMAGE:- quay.io/ llm -d/ llm -d-dev} "
59
59
export VLLM_TAG=" ${VLLM_TAG:- 0.0.2} "
60
- export EPP_IMAGE=" ${EPP_IMAGE:- quay.io/ vllm -d/ gateway-api-inference-extension-dev} "
60
+ export EPP_IMAGE=" ${EPP_IMAGE:- quay.io/ llm -d/ gateway-api-inference-extension-dev} "
61
61
export EPP_TAG=" ${EPP_TAG:- 0.0.4} "
62
62
export MAX_MODEL_LEN=" ${MAX_MODEL_LEN:- 8192} "
63
63
export PVC_NAME=" ${PVC_NAME:- vllm-storage-claim} "
You can’t perform that action at this time.
0 commit comments