-
Notifications
You must be signed in to change notification settings - Fork 3k
Expand file tree
/
Copy pathllama-cpp.dgx-spark-gb10.single.muse-glimmer-30b.yaml
More file actions
109 lines (104 loc) · 2.87 KB
/
Copy pathllama-cpp.dgx-spark-gb10.single.muse-glimmer-30b.yaml
File metadata and controls
109 lines (104 loc) · 2.87 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
apiVersion: nemoclaw.nvidia.com/managed-inference/v1
kind: ServingPreset
metadata:
id: llama-cpp.dgx-spark-gb10.single.muse-glimmer-30b
displayName: Meta Muse Glimmer 30B on one DGX Spark
supportState: experimental
validation:
level: schema
evidence: managed-inference-catalog-compiler-v1
spec:
selection: automatic
priority: 500
requirements:
all:
- readiness:
scope: everyNode
kind: qualification
id: host.platform.dgx_spark
status: qualified
- readiness:
scope: everyNode
kind: capability
id: host.platform.supported
state: present
- readiness:
scope: everyNode
kind: capability
id: host.platform.dgx_spark
state: present
- readiness:
scope: everyNode
kind: capability
id: host.docker.available
state: present
- readiness:
scope: everyNode
kind: capability
id: host.docker.daemon_reachable
state: present
- readiness:
scope: everyNode
kind: capability
id: host.docker.runtime_supported
state: present
- readiness:
scope: everyNode
kind: capability
id: host.docker.storage_compatible
state: present
- readiness:
scope: everyNode
kind: capability
id: host.gpu.nvidia_available
state: present
- readiness:
scope: everyNode
kind: capability
id: host.gpu.container_toolkit_available
state: present
- readiness:
scope: everyNode
kind: capability
id: host.gpu.cdi_healthy
state: present
- readiness:
scope: everyNode
kind: observation
id: host.os.platform
comparison:
operator: equals
value: linux
- readiness:
scope: everyNode
kind: observation
id: host.os.architecture
comparison:
operator: equals
value: arm64
- readiness:
scope: everyNode
kind: observation
id: host.docker.runtime
comparison:
operator: equals
value: docker
- readiness:
scope: everyNode
kind: observation
id: host.gpu.count
comparison:
operator: at-least
value: 1
- readiness:
scope: everyNode
kind: observation
id: host.gpu.driver_version
comparison:
operator: version-at-least
value: 580.65.06
plan:
backend: install-llama-cpp
recipeRef: llama-cpp.muse-glimmer-30b.spark-single.v1