Fix left issues in CI/CD structure refactor (#599)

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2024-08-16 00:22:24 +08:00
committed by GitHub
parent c26d0f62b8
commit a6385bc6fd
6 changed files with 13 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ function validate_megaservice() {
# Curl the Mega Service
validate_services \
"${ip_address}:8888/v1/docsum" \
"versatile toolkit" \
"toolkit" \
"mega-docsum" \
"docsum-gaudi-backend-server" \
'{"messages": "Text Embeddings Inference (TEI) is a toolkit for deploying and serving open source text embeddings and sequence classification models. TEI enables high-performance extraction for the most popular models, including FlagEmbedding, Ember, GTE and E5."}'

View File

@@ -103,7 +103,7 @@ function validate_megaservice() {
# Curl the Mega Service
validate_services \
"${ip_address}:8888/v1/docsum" \
"versatile toolkit" \
"toolkit" \
"mega-docsum" \
"docsum-xeon-backend-server" \
'{"messages": "Text Embeddings Inference (TEI) is a toolkit for deploying and serving open source text embeddings and sequence classification models. TEI enables high-performance extraction for the most popular models, including FlagEmbedding, Ember, GTE and E5."}'