File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 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
2327jobs :
2428 run-tests :
5155 TRAINING_DLC : ${{ inputs.training-dlc }}
5256 INFERENCE_DLC : ${{ inputs.inference-dlc }}
5357 TGI_DLC : ${{ inputs.tgi-dlc }}
58+ TEI_DLC : ${{ inputs.tei-dlc }}
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments