Skip to content

Commit

Permalink
update serving tag
Browse files Browse the repository at this point in the history
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
  • Loading branch information
sramakintel committed Dec 20, 2024
1 parent 61577d5 commit 86ac3e3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pytorch/serving/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

ipex-serving-cpu-model-archive:
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.10}-torchserve-cpu
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.11}-torchserve-cpu
cmd: /home/model-server/model-archive/mar-test.sh cpu
entrypoint: /bin/bash
volumes:
Expand All @@ -24,7 +24,7 @@ ipex-serving-cpu-model-archive:
user: root
workdir: /home/model-server/model-archive
ipex-serving-cpu-workflow-archive:
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.10}-torchserve-cpu
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.11}-torchserve-cpu
cmd: /home/model-server/model-archive/war-test.sh
entrypoint: /bin/bash
volumes:
Expand All @@ -35,7 +35,7 @@ ipex-serving-cpu-workflow-archive:
user: root
workdir: /home/model-server/model-archive
ipex-serving-cpu-rest-workflow:
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.10}-torchserve-cpu
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.11}-torchserve-cpu
cmd: bash /home/model-server/wf-store/rest-test.sh
serving: True
volumes:
Expand All @@ -47,7 +47,7 @@ ipex-serving-cpu-rest-workflow:
ENABLE_TORCH_PROFILER: 'true'
shm_size: 1g
ipex-serving-cpu-rest-inference:
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.10}-torchserve-cpu
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.11}-torchserve-cpu
cmd: bash /home/model-server/model-store/rest-test.sh
serving: True
volumes:
Expand All @@ -60,7 +60,7 @@ ipex-serving-cpu-rest-inference:
shm_size: 1g
workdir: /home/model-server/model-store
ipex-serving-cpu-grpc-inference:
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.10}-torchserve-cpu
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.11}-torchserve-cpu
cmd: bash /home/model-server/model-store/grpc-test.sh
serving: True
volumes:
Expand All @@ -73,7 +73,7 @@ ipex-serving-cpu-grpc-inference:
shm_size: 1g
workdir: /home/model-server/model-store
ipex-serving-xpu-model-archive:
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.10}-torchserve-xpu
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.11}-torchserve-xpu
cmd: /home/model-server/model-archive/mar-test.sh xpu
entrypoint: /bin/bash
device: ["/dev/dri"]
Expand All @@ -85,7 +85,7 @@ ipex-serving-xpu-model-archive:
user: root
workdir: /home/model-server/model-archive
ipex-serving-xpu-rest-inference:
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.10}-torchserve-xpu
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.11}-torchserve-xpu
cmd: bash /home/model-server/model-store/rest-test.sh
serving: True
device: ["/dev/dri"]
Expand Down

0 comments on commit 86ac3e3

Please sign in to comment.