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
5
5
intel_extension_for_pytorch == 2.4.0+cpu
6
6
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
Original file line number Diff line number Diff line change 16
16
17
17
cd .. || exit
18
18
docker 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
20
20
git clone https://github.com/pytorch/serve
21
21
cd serve/kubernetes/kserve || exit
22
22
git apply ../../../serving/kfs.patch
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ spec:
242
242
- grpc-v1
243
243
containers :
244
244
- 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"
246
246
args :
247
247
- torchserve
248
248
- --start
You can’t perform that action at this time.
0 commit comments