File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
manifests/overlays/additional Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ PARAMS_ENV_PATH="manifests/base/params.env"
27
27
28
28
# This value needs to be updated everytime we deliberately change number of the
29
29
# images we want to have in the `params.env` or `params-latest.env` file.
30
- EXPECTED_NUM_RECORDS=44
30
+ EXPECTED_NUM_RECORDS=46
31
31
EXPECTED_ADDI_RUNTIME_RECORDS=0
32
32
33
33
# Number of attempts for the skopeo tool to gather data from the repository.
@@ -239,6 +239,12 @@ function check_image_variable_matches_name_and_commitref_and_size() {
239
239
expected_build_name=" konflux"
240
240
expected_img_size=971
241
241
;;
242
+ odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-ubi9-n)
243
+ expected_name=" odh-notebook-jupyter-cuda-pytorch-llmcompressor-ubi9-python-3.12"
244
+ expected_commitref=" main"
245
+ expected_build_name=" konflux"
246
+ expected_img_size=6977
247
+ ;;
242
248
odh-workbench-rstudio-minimal-cpu-py311-c9s-n)
243
249
expected_name=" odh-notebook-rstudio-server-c9s-python-3.11"
244
250
expected_commitref=" main"
@@ -381,6 +387,12 @@ function check_image_variable_matches_name_and_commitref_and_size() {
381
387
expected_build_name=" konflux"
382
388
expected_img_size=6714
383
389
;;
390
+ odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-ubi9-n)
391
+ expected_name=" odh-notebook-runtime-cuda-pytorch-llmcompressor-ubi9-python-3.12"
392
+ expected_commitref=" main"
393
+ expected_build_name=" konflux"
394
+ expected_img_size=6265
395
+ ;;
384
396
* )
385
397
echo " Unimplemented variable name: '${image_variable} '"
386
398
return 1
Original file line number Diff line number Diff line change 33
33
from :
34
34
kind : DockerImage
35
35
name : odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-ubi9-n_PLACEHOLDER
36
- name : " pytorch"
36
+ name : " pytorch-llmcompressor "
37
37
referencePolicy :
38
38
type : Source
You can’t perform that action at this time.
0 commit comments