-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication-serve-nomic-embed-text-v1.yaml
45 lines (45 loc) · 1.21 KB
/
application-serve-nomic-embed-text-v1.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
labels:
app: serve-nomic-embed-text-v1
name: serve-nomic-embed-text-v1
namespace: openshift-gitops
spec:
destination:
server: 'https://kubernetes.default.svc'
project: default
source:
path: gitops/embeddings
repoURL: https://github.com/alvarolop/model-serving-utils.git
targetRevision: main
helm:
values: |
dataScienceProjectDisplayName: nomic-embed-text-v1
dataScienceProjectNamespace: nomic-embed-text-v1
instanceName: nomic-embed-text-v1
model:
root: nomic-ai
id: nomic-embed-text-v1
name: nomic-embed-text-v1
displayName: Nomic AI Embed Text v1
maxReplicas: 1
format: pytorch
apiProtocol: REST
runtime:
templateName: nomic-serving-template
templateDisplayName: Nomic Serving Template
resources:
limits:
cpu: '2'
memory: 8Gi
requests:
cpu: '1'
memory: 4Gi
accelerator:
productName: NVIDIA-A10G-SHARED
syncPolicy:
automated:
prune: false
selfHeal: false