Skip to content

Commit 5758523

Browse files
pre-commit-ci[bot]jfding
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fcd4f74 commit 5758523

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

helm-charts/common/llm-uservice/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ helm install codegen codegen --set hfToken=${HFTOKEN} --set tgi.hftgi.volume=$
2222
| hfToken | string | `""` | Your own Hugging Face API token |
2323
| image.repository | string | `"intel/gen-ai-examples"` | |
2424
| image.tag | string | `"copilot"` | |
25-
| service.port | string | `"9000"` | |
25+
| service.port | string | `"9000"` | |
2626
| tgi.hftgi.modelId | string | `"m-a-p/OpenCodeInterpreter-DS-6.7B"` | Models id from https://huggingface.co/, or predownloaded model directory |
2727
| tgi.hftgi.port | string | `"80"` | Hugging Face Text Generation Inference service port |
2828
| tgi.hftgi.volume | string | `"/mnt"` | Cached models directory, tgi will not download if the model is cached here. The "volume" will be mounted to container as /data directory |

helm-charts/common/llm-uservice/values.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ tgi:
6868
pullPolicy: IfNotPresent
6969
# Overrides the image tag whose default is the chart appVersion.
7070
tag: "1.4"
71-

0 commit comments

Comments
 (0)