Skip to content

Commit cc5dcb0

Browse files
committed
removed runtimeclassnames nvidia accross all AI files
1 parent 8a29045 commit cc5dcb0

6 files changed

Lines changed: 7 additions & 19 deletions

DC-AI-deployment

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ADOC_POST=yes
77
ADOC_TYPE=book
88
ADOC_ATTRIBUTES=" --attribute env-daps=1"
99
ADOC_ATTRIBUTES+=" --attribute PROF_PRODUCT=suseai"
10-
ADOC_ATTRIBUTES+=" --attribute PROF_PRODUCT=suseai"
1110
ADOC_ATTRIBUTES+=" --attribute PROF_DEPLOYMENT=standard"
1211

1312
STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2022-ns"
@@ -17,4 +16,5 @@ FALLBACK_STYLEROOT="/usr/share/xml/docbook/stylesheet/suse-ns"
1716
DOCBOOK5_RNG_URI="http://docbook.org/xml/5.2/rng/docbookxi.rng"
1817

1918
#XSLTPARAM+=' --param toc.section.depth=2'
20-
#XSLTPARAM+=' --param bubbletoc.section.depth=3 --param bubbletoc.max.depth=3'
19+
#XSLTPARAM+=' --param bubbletoc.section.depth=3 --param bubbletoc.max.depth=3'
20+
#XSLTPARAM+=' --stringparam generate.toc="book title" '

references/ollama-helmchart.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ global:
3636
ingress:
3737
enabled: false
3838
defaultModel: "gemma:2b"
39-
runtimeClassName: nvidia
4039
ollama:
4140
models:
4241
pull:

references/owui-helm-overrides.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ Following is an example of the `open-webui-pipelines-values.yaml` override file.
450450
451451
[source,yaml]
452452
----
453-
runtimeClassName: nvidia
454453
global:
455454
imagePullSecrets:
456455
- application-collection

references/pytorch-helm-overrides.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ include::../snippets/helm-chart-overrides-intro.adoc[]
1111
[source,yaml]
1212
----
1313
# pytorch_custom_overrides.yaml
14-
runtimeClassName: nvidia
1514
global:
1615
imagePullSecrets:
1716
- application-collection <.>
@@ -48,7 +47,6 @@ To create a ConfigMap, run the following command:
4847
[source,yaml]
4948
----
5049
# pytorch_custom_overrides.yaml
51-
runtimeClassName: nvidia
5250
global:
5351
imagePullSecrets:
5452
- application-collection
@@ -82,7 +80,6 @@ Move the `entrypoint.sh` file plus any helper files under the `scripts/` directo
8280
[source,yaml]
8381
----
8482
# pytorch_custom_overrides.yaml
85-
runtimeClassName: nvidia
8683
global:
8784
imagePullSecrets:
8885
- application-collection <.>
@@ -117,7 +114,6 @@ For production use, we recommend using a storage solution suitable for persisten
117114
[source,yaml]
118115
----
119116
# pytorch_custom_overrides.yaml
120-
runtimeClassName: nvidia
121117
global:
122118
imagePullSecrets:
123119
- application-collection <.>
@@ -153,7 +149,6 @@ For production use, we recommend using a storage solution suitable for persisten
153149
[source,yaml]
154150
----
155151
# pytorch_custom_overrides.yaml
156-
runtimeClassName: nvidia
157152
global:
158153
imagePullSecrets:
159154
- application-collection <.>

references/vllm-helm-overrides.adoc

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ global:
121121
imagePullSecrets:
122122
- application-collection
123123
servingEngineSpec:
124-
runtimeClassName: "nvidia"
125-
modelSpec:
124+
modelSpec:
126125
- name: "llama3" <.>
127126
registry: "dp.apps.rancher.io" <.>
128127
repository: "containers/vllm-openai" <.>
@@ -263,8 +262,7 @@ global:
263262
imagePullSecrets:
264263
- application-collection
265264
servingEngineSpec:
266-
runtimeClassName: "nvidia"
267-
modelSpec:
265+
modelSpec:
268266
- name: "llama3"
269267
registry: "dp.apps.rancher.io"
270268
repository: "containers/vllm-openai"
@@ -383,8 +381,7 @@ global:
383381
imagePullSecrets:
384382
- application-collection
385383
servingEngineSpec:
386-
runtimeClassName: "nvidia"
387-
modelSpec:
384+
modelSpec:
388385
- name: "mistral"
389386
registry: "dp.apps.rancher.io"
390387
repository: "containers/lmcache-vllm-openai"
@@ -432,8 +429,7 @@ global:
432429
imagePullSecrets:
433430
- application-collection
434431
servingEngineSpec:
435-
runtimeClassName: "nvidia"
436-
modelSpec:
432+
modelSpec:
437433
- name: "mistral"
438434
registry: "dp.apps.rancher.io"
439435
repository: "containers/lmcache-vllm-openai"

tasks/NVIDIA-Operator-installation.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ metadata:
164164
namespace: default
165165
spec:
166166
restartPolicy: OnFailure
167-
runtimeClassName: nvidia
168-
containers:
167+
containers:
169168
- name: cuda-container
170169
image: nvcr.io/nvidia/k8s/cuda-sample:nbody
171170
args: ["nbody", "-gpu", "-benchmark"]

0 commit comments

Comments
 (0)