File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- torch == 2.4.0
2- torchvision == 0.19.0
3- torchaudio == 2.4.0
4- -f https://download.pytorch.org/whl/cpu/torch_stable.html
1+ torch == 2.4.0+cpu
2+ torchvision == 0.19.0+cpu
3+ torchaudio == 2.4.0+cpu
4+ --extra-index-url https://download.pytorch.org/whl/cpu
55intel_extension_for_pytorch == 2.4.0+cpu
66--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
Original file line number Diff line number Diff line change 1616
1717cd .. || exit
1818docker compose pull torchserve
19- docker tag " $( docker images -q | head -n1 ) " intel/torchserve:latest
19+ docker tag " ${REGISTRY} / ${REPO} :b- ${GITHUB_RUN_NUMBER :- 0} -ubuntu-22.04-py3.10-torchserve " intel/torchserve:latest
2020git clone https://github.com/pytorch/serve
2121cd serve/kubernetes/kserve || exit
2222git apply ../../../serving/kfs.patch
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ spec:
242242 - grpc-v1
243243 containers :
244244 - name : kserve-container
245- image : " intel/intel-extension-for-pytorch:2.2 .0-serving-cpu-kserve"
245+ image : " intel/intel-extension-for-pytorch:2.4 .0-serving-cpu-kserve"
246246 args :
247247 - torchserve
248248 - --start
You can’t perform that action at this time.
0 commit comments