diff --git a/workflows/charts/torchserve/README.md b/workflows/charts/torchserve/README.md index feb432af..3a408bbe 100644 --- a/workflows/charts/torchserve/README.md +++ b/workflows/charts/torchserve/README.md @@ -21,7 +21,7 @@ Then, follow the installation notes to test the deployment |-----|------|---------|-------------| | deploy.env | object | `{"configMapName":"intel-proxy-config","enabled":true}` | Add Environment mapping | | deploy.hostname | string | `""` | Name of the GPU Host. Please add hostname before running | -| deploy.image | string | `"intel/intel-optimized-pytorch:2.5.10-serving-xpu"` | Intel Optimized torchserve image | +| deploy.image | string | `"intel/intel-extension-for-pytorch:2.5.10-serving-xpu"` | Intel Optimized torchserve image | | deploy.modelConfig | string | `"/home/model-server/config.properties"` | Model Server Configuration file location | | deploy.models | string | `"all"` | Models to be loaded | | deploy.replicas | int | `1` | Number of pods |