File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
149149cd ~ /docsum-k8s-install/GenAIInfra/helm-charts
150- . /update_dependency.sh
150+ scripts /update_dependency.sh
151151helm dependency update docsum
152152helm 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
159159cd ~ /docsum-k8s-install/GenAIInfra/helm-charts
160- . /update_dependency.sh
160+ scripts /update_dependency.sh
161161helm dependency update docsum
162162helm upgrade --install docsum docsum \
163163 --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} \
You can’t perform that action at this time.
0 commit comments