Skip to content

Commit 3be6d1a

Browse files
eero-tcogniware-devops
authored andcommitted
Update paths to GenAIInfra scripts (opea-project#1923)
Signed-off-by: Eero Tamminen <eero.t.tamminen@intel.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
1 parent aa06b37 commit 3be6d1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DocSum/kubernetes/helm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ nano ~/docsum-k8s-install/GenAIExamples/DocSum/kubernetes/helm/rocm-tgi-values.y
147147
#### If ROCm vLLM used
148148
```bash
149149
cd ~/docsum-k8s-install/GenAIInfra/helm-charts
150-
./update_dependency.sh
150+
scripts/update_dependency.sh
151151
helm dependency update docsum
152152
helm upgrade --install docsum docsum \
153153
--set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} \
@@ -157,7 +157,7 @@ helm upgrade --install docsum docsum \
157157
#### If ROCm TGI used
158158
```bash
159159
cd ~/docsum-k8s-install/GenAIInfra/helm-charts
160-
./update_dependency.sh
160+
scripts/update_dependency.sh
161161
helm dependency update docsum
162162
helm upgrade --install docsum docsum \
163163
--set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} \

0 commit comments

Comments
 (0)