Skip to content

Commit 3c57a5f

Browse files
committed
fix xpu inference test
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent 69a3dd7 commit 3c57a5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pytorch/serving/tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ ipex-serving-cpu-rest-workflow:
5858
env:
5959
ENABLE_TORCH_PROFILER: 'true'
6060
shm_size: 1g
61-
ipex-serving-xpu-rest-workflow:
61+
ipex-serving-xpu-rest-inference:
6262
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.10}-torchserve-xpu
63-
cmd: bash /home/model-server/wf-store/rest-test.sh
63+
cmd: bash /home/model-server/model-store/rest-test.sh
6464
serving: True
6565
device: ["/dev/dri"]
6666
volumes:
@@ -71,7 +71,7 @@ ipex-serving-xpu-rest-workflow:
7171
env:
7272
ENABLE_TORCH_PROFILER: 'true'
7373
shm_size: 1g
74-
workdir: /home/model-server/wf-store
74+
workdir: /home/model-server/model-store
7575
ipex-serving-cpu-rest-inference:
7676
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.10}-torchserve-cpu
7777
cmd: bash /home/model-server/model-store/rest-test.sh

0 commit comments

Comments
 (0)