-
Notifications
You must be signed in to change notification settings - Fork 49
/
Chart.yaml
42 lines (37 loc) · 1.03 KB
/
Chart.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
apiVersion: v2
name: ollama
description: Get up and running with large language models locally.
type: application
version: 1.0.0
appVersion: "0.4.4"
annotations:
artifacthub.io/category: ai-machine-learning
artifacthub.io/changes: |
- kind: added
description: add load model in memory at startup
links:
- name: Pull request #120
url: https://github.com/otwld/ollama-helm/pull/120
- kind: changed
description: upgrade app version to 0.4.4
links:
- name: Ollama release v0.4.4
url: https://github.com/ollama/ollama/releases/tag/v0.4.4
- kind: changed
description: Change ollama.models list to ollama.models.pull list
- kind: removed
description: remove ollama.defaultModel
kubeVersion: "^1.16.0-0"
home: https://ollama.ai/
icon: https://ollama.ai/public/ollama.png
keywords:
- ai
- llm
- llama
- mistral
sources:
- https://github.com/ollama/ollama
- https://github.com/otwld/ollama-helm
maintainers:
- name: OTWLD
email: [email protected]