Skip to content

Commit 349df29

Browse files
committed
Add missing tei-dlc after removing defaults
1 parent 7ce5aeb commit 349df29

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/run-tests-action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919
description: "The URI of the Hugging Face TGI DLC (GPU only)."
2020
required: false
2121
type: string
22+
tei-dlc:
23+
description: "The URI of the Hugging Face TEI DLC (CPU and GPU)."
24+
required: true
25+
type: string
2226

2327
jobs:
2428
run-tests:
@@ -51,3 +55,4 @@ jobs:
5155
TRAINING_DLC: ${{ inputs.training-dlc }}
5256
INFERENCE_DLC: ${{ inputs.inference-dlc }}
5357
TGI_DLC: ${{ inputs.tgi-dlc }}
58+
TEI_DLC: ${{ inputs.tei-dlc }}

.github/workflows/test-huggingface-dlcs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
group: aws-general-8-plus
3030
inference-dlc: us-docker.pkg.dev/deeplearning-platform-release/gcr.io/huggingface-pytorch-inference-cpu.2-2.transformers.4-44.ubuntu2204.py311
31+
tei-dlc: us-docker.pkg.dev/deeplearning-platform-release/gcr.io/huggingface-text-embeddings-inference-cpu.1-2
3132

3233
dlcs-on-gpu:
3334
name: Run Hugging Face DLCs Tests on GPU
@@ -37,3 +38,4 @@ jobs:
3738
training-dlc: us-docker.pkg.dev/deeplearning-platform-release/gcr.io/huggingface-pytorch-training-cu121.transformers.4-42.ubuntu2204.py310
3839
inference-dlc: us-docker.pkg.dev/deeplearning-platform-release/gcr.io/huggingface-pytorch-inference-cu121.2-2.transformers.4-44.ubuntu2204.py311
3940
tgi-dlc: us-docker.pkg.dev/deeplearning-platform-release/gcr.io/huggingface-text-generation-inference-cu121.2-2.ubuntu2204.py310
41+
tei-dlc: us-docker.pkg.dev/deeplearning-platform-release/gcr.io/huggingface-text-embeddings-inference-cu122.1-4.ubuntu2204

0 commit comments

Comments
 (0)