Skip to content

Commit 7ab0fb2

Browse files
committed
fix: Kueue test and modelimage
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
1 parent 27f294b commit 7ab0fb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/model_serving/model_server/kueue/test_kueue_llmisvc_raw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
CPU_QUOTA = "3"
3030
MEMORY_QUOTA = "20Gi"
3131
LLMISVC_RESOURCES = {
32-
"requests": {"cpu": "2", "memory": "16Gi"},
32+
"requests": {"cpu": "2", "memory": "6Gi"},
3333
"limits": {"cpu": CPU_QUOTA, "memory": MEMORY_QUOTA},
3434
}
3535

utilities/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ class ModelStorage:
284284

285285
class OCI:
286286
TINYLLAMA: str = (
287-
"oci://quay.io/mwaykole/test@sha256:b604e00d5c815184a473dda8449e8ccc85f4c7aaf32b9b5244da4d9aeecdf197"
287+
"oci://quay.io/mwaykole/test@sha256:8bfd02132b03977ebbca93789e81c4549d8f724ee78fa378616d9ae4387717c8"
288288
)
289289
MNIST_8_1: str = ModelCarImage.MNIST_8_1
290290
GRANITE_8B_CODE_INSTRUCT: str = ModelCarImage.GRANITE_8B_CODE_INSTRUCT

0 commit comments

Comments
 (0)