Skip to content

Commit

Permalink
Add generic-ollama example
Browse files Browse the repository at this point in the history
  • Loading branch information
richiejp committed May 14, 2024
1 parent ed1c955 commit 6a77e7d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions examples/generic-ollama.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: premlabs.io/v1alpha1
kind: AIDeployment
metadata:
name: generic-ollama
namespace: default
spec:
engine:
name: "generic"
deployment:
template:
spec:
containers:
- name: "generic-ollama"
image: ollama/ollama
livenessProbe:
httpGet:
path: /
port: 11434
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 6

accelerator:
interface: "CUDA"
minVersion:
major: 7

0 comments on commit 6a77e7d

Please sign in to comment.