File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ ipex-serving-cpu-rest-workflow:
58
58
env :
59
59
ENABLE_TORCH_PROFILER : ' true'
60
60
shm_size : 1g
61
- ipex-serving-xpu-rest-workflow :
61
+ ipex-serving-xpu-rest-inference :
62
62
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
64
64
serving : True
65
65
device : ["/dev/dri"]
66
66
volumes :
@@ -71,7 +71,7 @@ ipex-serving-xpu-rest-workflow:
71
71
env :
72
72
ENABLE_TORCH_PROFILER : ' true'
73
73
shm_size : 1g
74
- workdir : /home/model-server/wf -store
74
+ workdir : /home/model-server/model -store
75
75
ipex-serving-cpu-rest-inference :
76
76
img : ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-py${PYTHON_VERSION:-3.10}-torchserve-cpu
77
77
cmd : bash /home/model-server/model-store/rest-test.sh
You can’t perform that action at this time.
0 commit comments