Skip to content

Commit db4b7d8

Browse files
adding chart torchserve-0.1.0
1 parent 8147869 commit db4b7d8

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

charts/torchserve-0.1.0/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22

33
TorchServe is a performant, flexible and easy to use tool for serving PyTorch models in production on Intel GPUs.
44

5-
For more information about how to use TorchServe with Intel Optimizations, check out the [container documentation](../../../pytorch/serving/README.md).
5+
For more information about how to use TorchServe with Intel Optimizations, check out the [container documentation](https://github.com/intel/ai-containers/blob/main/pytorch/serving/README.md).
66

77
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
88

9+
## Installation
10+
11+
```bash
12+
helm repo add intel https://intel.github.io/helm-charts
13+
helm install my-tgi intel/text-generation-inference
14+
```
15+
16+
Then, follow the installation notes to test the deployment
17+
918
## Values
1019

1120
| Key | Type | Default | Description |

charts/torchserve-0.1.0/README.md.gotmpl

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22

33
{{ template "chart.description" . }}
44

5-
For more information about how to use TorchServe with Intel Optimizations, check out the [container documentation](../../../pytorch/serving/README.md).
5+
For more information about how to use TorchServe with Intel Optimizations, check out the [container documentation](https://github.com/intel/ai-containers/blob/main/pytorch/serving/README.md).
66

77
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
88

9-
{{ template "chart.requirementsSection" . }}
9+
## Installation
10+
11+
```bash
12+
helm repo add intel https://intel.github.io/helm-charts
13+
helm install my-tgi intel/text-generation-inference
14+
```
15+
16+
Then, follow the installation notes to test the deployment
1017

1118
{{ template "chart.valuesSection" . }}
1219

0 commit comments

Comments
 (0)