Skip to content

Commit

Permalink
adding chart torchserve-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarerecipes committed Oct 18, 2024
1 parent 8147869 commit db4b7d8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
11 changes: 10 additions & 1 deletion charts/torchserve-0.1.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@

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

For more information about how to use TorchServe with Intel Optimizations, check out the [container documentation](../../../pytorch/serving/README.md).
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).

![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)

## Installation

```bash
helm repo add intel https://intel.github.io/helm-charts
helm install my-tgi intel/text-generation-inference
```

Then, follow the installation notes to test the deployment

## Values

| Key | Type | Default | Description |
Expand Down
11 changes: 9 additions & 2 deletions charts/torchserve-0.1.0/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

{{ template "chart.description" . }}

For more information about how to use TorchServe with Intel Optimizations, check out the [container documentation](../../../pytorch/serving/README.md).
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).

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

{{ template "chart.requirementsSection" . }}
## Installation

```bash
helm repo add intel https://intel.github.io/helm-charts
helm install my-tgi intel/text-generation-inference
```

Then, follow the installation notes to test the deployment

{{ template "chart.valuesSection" . }}

Expand Down

0 comments on commit db4b7d8

Please sign in to comment.