Skip to content
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ai-services/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REGISTRY?=icr.io/ai-services-private
IMAGE=ai-services
TAG?=v0.0.368
TAG?=v0.0.369
CONTAINER_BUILDER?=podman
CREDS_ARG := $(if $(and $(REGISTRY_USER),$(REGISTRY_PASSWORD)),--creds="$(REGISTRY_USER):$(REGISTRY_PASSWORD)")

Expand Down
12 changes: 6 additions & 6 deletions ai-services/assets/applications/rag-cpu/podman/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@ postgres:

instruct:
# @hidden
image: icr.io/ppc64le-oss/vllm-ppc64le:0.19.1
image: icr.io/ppc64le-oss/vllm-ppc64le:0.28.0
# @description API key for vLLM instruct service authentication. If empty, authentication is disabled. Provide a key to enable authentication.
apiKey: ""
model:
# @hidden
name: ibm-granite/granite-3.3-8b-instruct
name: ibm-granite/granite-4.1-8b
# @hidden
maxNumBatchedTokens: 26208
maxNumBatchedTokens: 8096
# @hidden
maxModelLen: 26208
maxModelLen: 8096
# @hidden
maxBatchSize: 32
Comment thread
dharaneeshvrd marked this conversation as resolved.
Outdated

embedding:
# @hidden
image: icr.io/ppc64le-oss/vllm-ppc64le:0.19.1
image: icr.io/ppc64le-oss/vllm-ppc64le:0.28.0
model:
# @hidden
name: ibm-granite/granite-embedding-278m-multilingual
Expand All @@ -78,7 +78,7 @@ embedding:

reranker:
# @hidden
image: icr.io/ppc64le-oss/vllm-ppc64le:0.19.1
image: icr.io/ppc64le-oss/vllm-ppc64le:0.28.0
model:
# @hidden
name: BAAI/bge-reranker-v2-m3
Expand Down
4 changes: 2 additions & 2 deletions ai-services/assets/applications/rag-dev/podman/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ instruct:

embedding:
# @hidden
image: icr.io/ppc64le-oss/vllm-ppc64le:0.19.1
image: icr.io/ppc64le-oss/vllm-ppc64le:0.28.0
model:
# @hidden
name: ibm-granite/granite-embedding-278m-multilingual
Expand All @@ -76,7 +76,7 @@ embedding:

reranker:
# @hidden
image: icr.io/ppc64le-oss/vllm-ppc64le:0.19.1
image: icr.io/ppc64le-oss/vllm-ppc64le:0.28.0
model:
# @hidden
name: BAAI/bge-reranker-v2-m3
Expand Down
2 changes: 1 addition & 1 deletion ai-services/assets/applications/rag/podman/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ instruct:

embedding:
# @hidden
image: icr.io/ppc64le-oss/vllm-ppc64le:0.19.1
image: icr.io/ppc64le-oss/vllm-ppc64le:0.28.0
model:
# @hidden
name: ibm-granite/granite-embedding-278m-multilingual
Expand Down
2 changes: 1 addition & 1 deletion ai-services/assets/catalog/openshift/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ui:
cpu: "500m"

backend:
image: icr.io/ai-services-cicd/ai-services:v0.0.368
image: icr.io/ai-services-cicd/ai-services:v0.0.369
runtime: "openshift"
adminPasswordHash: ""
# @generate:password length=32, special=false
Expand Down
2 changes: 1 addition & 1 deletion ai-services/assets/catalog/podman/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ui:

backend:
port: ""
image: icr.io/ai-services-cicd/ai-services:v0.0.368
image: icr.io/ai-services-cicd/ai-services:v0.0.369
runtime: ""
adminPasswordHash: ""
# @generate:password length=32, special=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ metadata:
spec:
restartPolicy: always
volumes:
- name: dshm
emptyDir:
medium: Memory
sizeLimit: 512Mi
- name: models
hostPath:
path: "{{ .BaseDir }}/models"
Expand All @@ -22,6 +26,7 @@ spec:
- --served-model-name
- {{ .Values.model }}
- --port=8001
- --gpu-memory-utilization=0.5
livenessProbe:
httpGet:
path: /health
Expand All @@ -35,12 +40,14 @@ spec:
value: "16"
resources:
requests:
memory: "4Gi"
memory: "8Gi"
Comment thread
dharaneeshvrd marked this conversation as resolved.
Outdated
Comment thread
manalilatkar marked this conversation as resolved.
Outdated
limits:
memory: "4Gi"
memory: "8Gi"
ports:
- containerPort: 8001
volumeMounts:
- mountPath: /dev/shm
name: dshm
- mountPath: /models:z
name: models
readOnly: true
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
image: icr.io/ppc64le-oss/vllm-ppc64le:0.19.1
image: icr.io/ppc64le-oss/vllm-ppc64le:0.28.0
model: ""
maxModelLen: 512
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
"const": "ibm-granite/granite-3.3-8b-instruct",
"title": "granite-3.3-8b-instruct",
"description": "An 8b-parameter instruction-tuned LLM used for natural language understanding and generation tasks. In this project, it powers tasks such as prompt-based reasoning, summarization, answer generation, and other LLM-driven functionalities.\n\n**Model strengths**: Reliable instruction-following, natural conversation, strong reasoning, and enterprise-grade accuracy.\n\n**Supported Languages**: English (primary), Spanish, French, German, Portuguese, Italian, Japanese, Korean, Chinese, Arabic, and 100+ more."
},
{
"const": "ibm-granite/granite-4.1-8b",
"title": "granite-4.1-8b",
"description": "An 8b-parameter instruction-tuned LLM used for natural language understanding and generation tasks. In this project, it powers tasks such as prompt-based reasoning, summarization, answer generation, and other LLM-driven functionalities.\n\n**Model strengths**: Reliable instruction-following, natural conversation, strong reasoning, and enterprise-grade accuracy.\n\n**Supported Languages**: English (primary), Spanish, French, German, Portuguese, Italian, Japanese, Korean, Chinese, Arabic, and 100+ more."
Comment thread
manalilatkar marked this conversation as resolved.
Outdated
}
],
"default": "ibm-granite/granite-3.3-8b-instruct"
"default": "ibm-granite/granite-4.1-8b"
},
"apiKey": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ metadata:
spec:
restartPolicy: always
volumes:
- name: dshm
emptyDir:
medium: Memory
sizeLimit: 512Mi
- name: models
hostPath:
path: "{{ .BaseDir }}/models"
Expand Down Expand Up @@ -58,6 +62,8 @@ spec:
ports:
- containerPort: 8000
volumeMounts:
- mountPath: /dev/shm
name: dshm
- mountPath: /models:z
name: models
readOnly: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
"const": "ibm-granite/granite-3.3-8b-instruct",
"title": "granite-3.3-8b-instruct",
"description": "An 8b-parameter instruction-tuned LLM used for natural language understanding and generation tasks. In this project, it powers tasks such as prompt-based reasoning, summarization, answer generation, and other LLM-driven functionalities.\n\n**Model strengths**: Reliable instruction-following, natural conversation, strong reasoning, and enterprise-grade accuracy.\n\n**Supported Languages**: English (primary), Spanish, French, German, Portuguese, Italian, Japanese, Korean, Chinese, Arabic, and 100+ more."
},
{
"const": "ibm-granite/granite-4.1-8b",
"title": "granite-4.1-8b",
"description": "An 8b-parameter instruction-tuned LLM used for natural language understanding and generation tasks. In this project, it powers tasks such as prompt-based reasoning, summarization, answer generation, and other LLM-driven functionalities.\n\n**Model strengths**: Reliable instruction-following, natural conversation, strong reasoning, and enterprise-grade accuracy.\n\n**Supported Languages**: English (primary), Spanish, French, German, Portuguese, Italian, Japanese, Korean, Chinese, Arabic, and 100+ more."
}
],
"default": "ibm-granite/granite-3.3-8b-instruct"
"default": "ibm-granite/granite-4.1-8b"
},
"apiKey": {
"type": "string",
Expand Down
6 changes: 3 additions & 3 deletions ai-services/assets/components/llm/vllm-cpu/podman/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image: icr.io/ppc64le-oss/vllm-ppc64le:0.19.1
image: icr.io/ppc64le-oss/vllm-ppc64le:0.28.0
model: ""
apiKey: ""
maxNumBatchedTokens: 26208
maxModelLen: 26208
maxNumBatchedTokens: 8096
maxModelLen: 8096
maxBatchSize: 32
Comment thread
dharaneeshvrd marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ metadata:
spec:
restartPolicy: always
volumes:
- name: dshm
emptyDir:
medium: Memory
sizeLimit: 512Mi
- name: models
hostPath:
path: "{{ .BaseDir }}/models"
Expand All @@ -22,6 +26,8 @@ spec:
- --served-model-name
- {{ .Values.model }}
- --port=8002
- --gpu-memory-utilization=0.5
- --enforce-eager
livenessProbe:
httpGet:
path: /health
Expand All @@ -30,9 +36,6 @@ spec:
periodSeconds: 30
timeoutSeconds: 5
failureThreshold: 3
env:
- name: OMP_NUM_THREADS
value: "8"
resources:
requests:
memory: "5Gi"
Expand All @@ -41,6 +44,8 @@ spec:
ports:
- containerPort: 8002
volumeMounts:
- mountPath: /dev/shm
name: dshm
- mountPath: /models:z
name: models
readOnly: true
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
image: icr.io/ppc64le-oss/vllm-ppc64le:0.19.1
image: icr.io/ppc64le-oss/vllm-ppc64le:0.28.0
model: ""
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
env:
- name: HF_HOME
value: /tmp/hf_home
image: icr.io/ppc64le-oss/vllm-ppc64le:0.19.1
image: icr.io/ppc64le-oss/vllm-ppc64le:0.28.0
Comment thread
manalilatkar marked this conversation as resolved.
Outdated
name: kserve-container
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion ai-services/assets/worker/openshift/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
worker:
image: icr.io/ai-services-cicd/ai-services:v0.0.368
image: icr.io/ai-services-cicd/ai-services:v0.0.369
runtime: "openshift"
token: ""
gatewayAddr: ""
Expand Down
2 changes: 1 addition & 1 deletion ai-services/assets/worker/podman/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
worker:
image: icr.io/ai-services-cicd/ai-services:v0.0.368
image: icr.io/ai-services-cicd/ai-services:v0.0.369
runtime: "podman"
token: ""
gatewayAddr: ""
Expand Down
Loading