Skip to content

Commit 31d0851

Browse files
committed
deploy: 56b4da6
1 parent 56b4da6 commit 31d0851

File tree

21 files changed

+23
-23
lines changed

21 files changed

+23
-23
lines changed

latest/GenAIInfra/helm-charts/README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2841,8 +2841,8 @@ <h2>Using Private Docker Hub<a class="headerlink" href="#using-private-docker-hu
28412841
<section id="generate-manifests-from-helm-charts">
28422842
<h2>Generate manifests from Helm Charts<a class="headerlink" href="#generate-manifests-from-helm-charts" title="Link to this heading"></a></h2>
28432843
<p>Some users may want to use Kubernetes manifests (YAML files) for workload deployment, we do not maintain manifests itself, and will generate them using <code class="docutils literal notranslate"><span class="pre">helm</span> <span class="pre">template</span></code>.
2844-
See <code class="docutils literal notranslate"><span class="pre">update_genaiexamples.sh</span></code> for how the manifests are generated for supported <em>GenAIExamples</em>.
2845-
See <code class="docutils literal notranslate"><span class="pre">update_manifests.sh</span></code> for how the manifests are generated for supported <em>GenAIComps</em>.
2844+
See <code class="docutils literal notranslate"><span class="pre">scripts/update_genaiexamples.sh</span></code> for how the manifests are generated for supported <em>GenAIExamples</em>.
2845+
See <code class="docutils literal notranslate"><span class="pre">scripts/update_manifests.sh</span></code> for how the manifests are generated for supported <em>GenAIComps</em>.
28462846
Please note that the above scripts have hardcoded settings to reduce user configuration effort.
28472847
They are not supposed to be directly used by users.</p>
28482848
</section>

latest/GenAIInfra/helm-charts/TDX.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2702,7 +2702,7 @@ <h3>Deploy the ChatQnA<a class="headerlink" href="#deploy-the-chatqna" title="Li
27022702
export MODELNAME=&quot;Intel/neural-chat-7b-v3-3&quot;
27032703
export myrelease=chatqna
27042704
export chartname=chatqna
2705-
./update_dependency.sh
2705+
scripts/update_dependency.sh
27062706
helm dependency update $chartname
27072707
</pre></div>
27082708
</div>

latest/GenAIInfra/helm-charts/audioqna/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2632,7 +2632,7 @@ <h1>AudioQnA<a class="headerlink" href="#audioqna" title="Link to this heading">
26322632
<h2>Installing the Chart<a class="headerlink" href="#installing-the-chart" title="Link to this heading"></a></h2>
26332633
<p>To install the chart, run the following:</p>
26342634
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">cd GenAIInfra/helm-charts/</span>
2635-
<span class="go">./update_dependency.sh</span>
2635+
<span class="go">scripts/update_dependency.sh</span>
26362636
<span class="go">helm dependency update audioqna</span>
26372637
<span class="go">export HFTOKEN=&quot;insert-your-huggingface-token-here&quot;</span>
26382638
<span class="gp"># </span>To<span class="w"> </span>use<span class="w"> </span>CPU<span class="w"> </span>with<span class="w"> </span>vLLM

latest/GenAIInfra/helm-charts/chatqna/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2635,7 +2635,7 @@ <h1>ChatQnA<a class="headerlink" href="#chatqna" title="Link to this heading">¶
26352635
<h2>Installing the Chart<a class="headerlink" href="#installing-the-chart" title="Link to this heading"></a></h2>
26362636
<p>To install the chart, run the following:</p>
26372637
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">cd GenAIInfra/helm-charts/</span>
2638-
<span class="go">./update_dependency.sh</span>
2638+
<span class="go">scripts/update_dependency.sh</span>
26392639
<span class="go">helm dependency update chatqna</span>
26402640
<span class="go">export HFTOKEN=&quot;insert-your-huggingface-token-here&quot;</span>
26412641
<span class="go">export MODELDIR=&quot;/mnt/opea-models&quot;</span>

latest/GenAIInfra/helm-charts/codegen/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2633,7 +2633,7 @@ <h1>CodeGen<a class="headerlink" href="#codegen" title="Link to this heading">¶
26332633
<h2>Installing the Chart<a class="headerlink" href="#installing-the-chart" title="Link to this heading"></a></h2>
26342634
<p>To install the chart, run the following:</p>
26352635
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">cd GenAIInfra/helm-charts/</span>
2636-
<span class="go">./update_dependency.sh</span>
2636+
<span class="go">scripts/update_dependency.sh</span>
26372637
<span class="go">helm dependency update codegen</span>
26382638
<span class="go">export HFTOKEN=&quot;insert-your-huggingface-token-here&quot;</span>
26392639
<span class="go">export MODELDIR=&quot;/mnt/opea-models&quot;</span>

latest/GenAIInfra/helm-charts/codetrans/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2624,7 +2624,7 @@ <h1>CodeTrans<a class="headerlink" href="#codetrans" title="Link to this heading
26242624
<h2>Installing the Chart<a class="headerlink" href="#installing-the-chart" title="Link to this heading"></a></h2>
26252625
<p>To install the chart, run the following:</p>
26262626
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">cd GenAIInfra/helm-charts/</span>
2627-
<span class="go">./update_dependency.sh</span>
2627+
<span class="go">scripts/update_dependency.sh</span>
26282628
<span class="go">helm dependency update codetrans</span>
26292629
<span class="go">export HFTOKEN=&quot;insert-your-huggingface-token-here&quot;</span>
26302630
<span class="go">export MODELDIR=&quot;/mnt/opea-models&quot;</span>

latest/GenAIInfra/helm-charts/docsum/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2626,7 +2626,7 @@ <h2>Installing the Chart<a class="headerlink" href="#installing-the-chart" title
26262626
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">git clone https://github.com/opea-project/GenAIInfra.git</span>
26272627
<span class="go">cd GenAIInfra/helm-charts/</span>
26282628
<span class="go">mkdir /mnt/opea-models &amp;&amp; chmod -R 664 /mnt/opea-models</span>
2629-
<span class="go">./update_dependency.sh</span>
2629+
<span class="go">scripts/update_dependency.sh</span>
26302630
<span class="go">helm dependency update docsum</span>
26312631
<span class="go">export HFTOKEN=&quot;insert-your-huggingface-token-here&quot;</span>
26322632
<span class="go">export MODELDIR=&quot;/mnt/opea-models&quot;</span>

latest/GenAIInfra/helm-charts/searchqna/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2635,7 +2635,7 @@ <h1>SearchQnA<a class="headerlink" href="#searchqna" title="Link to this heading
26352635
<h2>Installing the Chart<a class="headerlink" href="#installing-the-chart" title="Link to this heading"></a></h2>
26362636
<p>To install the chart, run the following:</p>
26372637
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">cd GenAIInfra/helm-charts/</span>
2638-
<span class="go">./update_dependency.sh</span>
2638+
<span class="go">scripts/update_dependency.sh</span>
26392639
<span class="go">helm dependency update searchqna</span>
26402640
<span class="go">export MODELDIR=&quot;/mnt/opea-models&quot;</span>
26412641
<span class="go">export MODEL=&quot;Intel/neural-chat-7b-v3-3&quot;</span>

latest/GenAIInfra/helm-charts/txt2img/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2623,7 +2623,7 @@ <h1>txt2img<a class="headerlink" href="#txt2img" title="Link to this heading">¶
26232623
<h2>Installing the Chart<a class="headerlink" href="#installing-the-chart" title="Link to this heading"></a></h2>
26242624
<p>To install the chart, run the following:</p>
26252625
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">cd GenAIInfra/helm-charts/</span>
2626-
<span class="go">./update_dependency.sh</span>
2626+
<span class="go">scripts/update_dependency.sh</span>
26272627
<span class="go">helm dependency update txt2img</span>
26282628
<span class="go">export HFTOKEN=&quot;insert-your-huggingface-token-here&quot;</span>
26292629
<span class="go">export MODELDIR=&quot;/mnt/opea-models&quot;</span>

latest/GenAIInfra/helm-charts/visualqna/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2627,7 +2627,7 @@ <h1>VisualQnA<a class="headerlink" href="#visualqna" title="Link to this heading
26272627
<h2>Installing the Chart<a class="headerlink" href="#installing-the-chart" title="Link to this heading"></a></h2>
26282628
<p>To install the chart, run the following:</p>
26292629
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">cd GenAIInfra/helm-charts/</span>
2630-
<span class="go">./update_dependency.sh</span>
2630+
<span class="go">scripts/update_dependency.sh</span>
26312631
<span class="go">helm dependency update visualqna</span>
26322632
<span class="go">export HFTOKEN=&quot;insert-your-huggingface-token-here&quot;</span>
26332633
<span class="go">export MODELDIR=&quot;/mnt/opea-models&quot;</span>

latest/_sources/GenAIInfra/helm-charts/README.md.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ find . -name '*values.yaml' -type f -exec sed -i "s#repository: opea/*#repositor
170170
## Generate manifests from Helm Charts
171171

172172
Some users may want to use Kubernetes manifests (YAML files) for workload deployment, we do not maintain manifests itself, and will generate them using `helm template`.
173-
See `update_genaiexamples.sh` for how the manifests are generated for supported _GenAIExamples_.
174-
See `update_manifests.sh` for how the manifests are generated for supported _GenAIComps_.
173+
See `scripts/update_genaiexamples.sh` for how the manifests are generated for supported _GenAIExamples_.
174+
See `scripts/update_manifests.sh` for how the manifests are generated for supported _GenAIComps_.
175175
Please note that the above scripts have hardcoded settings to reduce user configuration effort.
176176
They are not supposed to be directly used by users.

latest/_sources/GenAIInfra/helm-charts/TDX.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Follow the steps below to deploy ChatQnA:
7676
export MODELNAME="Intel/neural-chat-7b-v3-3"
7777
export myrelease=chatqna
7878
export chartname=chatqna
79-
./update_dependency.sh
79+
scripts/update_dependency.sh
8080
helm dependency update $chartname
8181
```
8282

latest/_sources/GenAIInfra/helm-charts/audioqna/README.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To install the chart, run the following:
1717

1818
```console
1919
cd GenAIInfra/helm-charts/
20-
./update_dependency.sh
20+
scripts/update_dependency.sh
2121
helm dependency update audioqna
2222
export HFTOKEN="insert-your-huggingface-token-here"
2323
# To use CPU with vLLM

latest/_sources/GenAIInfra/helm-charts/chatqna/README.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To install the chart, run the following:
1919

2020
```console
2121
cd GenAIInfra/helm-charts/
22-
./update_dependency.sh
22+
scripts/update_dependency.sh
2323
helm dependency update chatqna
2424
export HFTOKEN="insert-your-huggingface-token-here"
2525
export MODELDIR="/mnt/opea-models"

latest/_sources/GenAIInfra/helm-charts/codegen/README.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To install the chart, run the following:
1717

1818
```console
1919
cd GenAIInfra/helm-charts/
20-
./update_dependency.sh
20+
scripts/update_dependency.sh
2121
helm dependency update codegen
2222
export HFTOKEN="insert-your-huggingface-token-here"
2323
export MODELDIR="/mnt/opea-models"

latest/_sources/GenAIInfra/helm-charts/codetrans/README.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To install the chart, run the following:
1010

1111
```console
1212
cd GenAIInfra/helm-charts/
13-
./update_dependency.sh
13+
scripts/update_dependency.sh
1414
helm dependency update codetrans
1515
export HFTOKEN="insert-your-huggingface-token-here"
1616
export MODELDIR="/mnt/opea-models"

latest/_sources/GenAIInfra/helm-charts/docsum/README.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To install the chart, run the following:
1212
git clone https://github.com/opea-project/GenAIInfra.git
1313
cd GenAIInfra/helm-charts/
1414
mkdir /mnt/opea-models && chmod -R 664 /mnt/opea-models
15-
./update_dependency.sh
15+
scripts/update_dependency.sh
1616
helm dependency update docsum
1717
export HFTOKEN="insert-your-huggingface-token-here"
1818
export MODELDIR="/mnt/opea-models"

latest/_sources/GenAIInfra/helm-charts/searchqna/README.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To install the chart, run the following:
2020

2121
```console
2222
cd GenAIInfra/helm-charts/
23-
./update_dependency.sh
23+
scripts/update_dependency.sh
2424
helm dependency update searchqna
2525
export MODELDIR="/mnt/opea-models"
2626
export MODEL="Intel/neural-chat-7b-v3-3"

latest/_sources/GenAIInfra/helm-charts/txt2img/README.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To install the chart, run the following:
88

99
```console
1010
cd GenAIInfra/helm-charts/
11-
./update_dependency.sh
11+
scripts/update_dependency.sh
1212
helm dependency update txt2img
1313
export HFTOKEN="insert-your-huggingface-token-here"
1414
export MODELDIR="/mnt/opea-models"

latest/_sources/GenAIInfra/helm-charts/visualqna/README.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To install the chart, run the following:
1111

1212
```console
1313
cd GenAIInfra/helm-charts/
14-
./update_dependency.sh
14+
scripts/update_dependency.sh
1515
helm dependency update visualqna
1616
export HFTOKEN="insert-your-huggingface-token-here"
1717
export MODELDIR="/mnt/opea-models"

latest/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)