Skip to content

Commit d2215d9

Browse files
authored
update llama model related config (#392)
1 parent 9777951 commit d2215d9

33 files changed

Lines changed: 1213 additions & 35 deletions
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This model is gated on HuggingFace
2+
apiVersion: ome.io/v1beta1
3+
kind: ClusterBaseModel
4+
metadata:
5+
name: llama-2-13b-chat-hf
6+
spec:
7+
modelCapabilities:
8+
- TEXT_TO_TEXT
9+
vendor: meta
10+
disabled: false
11+
version: "1.0.0"
12+
displayName: meta.llama-2-13b-chat-hf
13+
storage:
14+
storageUri: hf://meta-llama/Llama-2-13b-chat-hf
15+
path: /raid/models/meta/llama-2-13b-chat-hf
16+
key: "hf-token"

config/models/meta/Llama-2-13b-hf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
apiVersion: ome.io/v1beta1
33
kind: ClusterBaseModel
44
metadata:
5-
name: llama-2-13b
5+
name: llama-2-13b-hf
66
spec:
77
modelCapabilities:
88
- TEXT_TO_TEXT
99
vendor: meta
1010
disabled: false
1111
version: "1.0.0"
12-
displayName: meta.llama-2-13b
12+
displayName: meta.llama-2-13b-hf
1313
storage:
1414
storageUri: hf://meta-llama/Llama-2-13b-hf
15-
path: /raid/models/meta/llama-2-13b
15+
path: /raid/models/meta/llama-2-13b-hf
1616
key: "hf-token"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This model is gated on HuggingFace
2+
apiVersion: ome.io/v1beta1
3+
kind: ClusterBaseModel
4+
metadata:
5+
name: llama-2-70b-chat-hf
6+
spec:
7+
modelCapabilities:
8+
- TEXT_TO_TEXT
9+
vendor: meta
10+
disabled: false
11+
version: "1.0.0"
12+
displayName: meta.llama-2-70b-chat-hf
13+
storage:
14+
storageUri: hf://meta-llama/Llama-2-70b-chat-hf
15+
path: /raid/models/meta/llama-2-70b-chat-hf
16+
key: "hf-token"

config/models/meta/Llama-2-70b-hf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
apiVersion: ome.io/v1beta1
33
kind: ClusterBaseModel
44
metadata:
5-
name: llama-2-70b
5+
name: llama-2-70b-hf
66
spec:
77
modelCapabilities:
88
- TEXT_TO_TEXT
99
vendor: meta
1010
disabled: false
1111
version: "1.0.0"
12-
displayName: meta.llama-2-70b
12+
displayName: meta.llama-2-70b-hf
1313
storage:
1414
storageUri: hf://meta-llama/Llama-2-70b-hf
15-
path: /raid/models/meta/llama-2-70b
15+
path: /raid/models/meta/llama-2-70b-hf
1616
key: "hf-token"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This model is gated on HuggingFace
2+
apiVersion: ome.io/v1beta1
3+
kind: ClusterBaseModel
4+
metadata:
5+
name: llama-2-7b-chat-hf
6+
spec:
7+
modelCapabilities:
8+
- TEXT_TO_TEXT
9+
vendor: meta
10+
disabled: false
11+
version: "1.0.0"
12+
displayName: meta.llama-2-7b-chat-hf
13+
storage:
14+
storageUri: hf://meta-llama/Llama-2-7b-chat-hf
15+
path: /raid/models/meta/llama-2-7b-chat-hf
16+
key: "hf-token"

config/models/meta/Llama-3.1-405B-Instruct-FP8.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ spec:
99
displayName: meta.llama-3.1-405b-instruct-fp8
1010
disabled: false
1111
version: "1.0.0"
12+
modelFormat:
13+
name: safetensors
14+
version: "1.0.0"
15+
modelFramework:
16+
name: transformers
17+
version: "4.43.0"
18+
modelType: llama
19+
modelArchitecture: LlamaForCausalLM
1220
storage:
1321
storageUri: hf://meta-llama/Llama-3.1-405B-Instruct-FP8
1422
path: /raid/models/meta/llama-3-1-405b-instruct-fp8
23+
key: "hf-token"

config/models/meta/Llama-4-Maverick-17B-128E-Instruct-FP8.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ spec:
1919
modelArchitecture: Llama4ForConditionalGeneration
2020
storage:
2121
storageUri: hf://meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8
22-
path: /raid/models/meta/llama-4-maverick-17b-128e-instruct-fp8
22+
path: /raid/models/meta/llama-4-maverick-17b-128e-instruct-fp8
23+
key: "hf-token"

config/models/meta/Llama-4-Maverick-17B-128E-Instruct.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ spec:
1919
modelArchitecture: Llama4ForConditionalGeneration
2020
storage:
2121
storageUri: hf://meta-llama/Llama-4-Maverick-17B-128E-Instruct
22-
path: /raid/models/meta/llama-4-maverick-17b-128e-instruct
22+
path: /raid/models/meta/llama-4-maverick-17b-128e-instruct
23+
key: "hf-token"

config/models/meta/Llama-4-Scout-17B-16E-Instruct.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ spec:
1919
modelArchitecture: Llama4ForConditionalGeneration
2020
storage:
2121
storageUri: hf://meta-llama/Llama-4-Scout-17B-16E-Instruct
22-
path: /raid/models/meta/llama-4-scout-17b-16e-instruct
22+
path: /raid/models/meta/llama-4-scout-17b-16e-instruct
23+
key: "hf-token"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This model is gated on HuggingFace
2+
apiVersion: ome.io/v1beta1
3+
kind: ClusterBaseModel
4+
metadata:
5+
name: llama-guard-3-8b
6+
spec:
7+
modelCapabilities:
8+
- TEXT_TO_TEXT
9+
vendor: meta
10+
disabled: false
11+
version: "1.0.0"
12+
displayName: meta.llama-guard-3-8b
13+
storage:
14+
storageUri: hf://meta-llama/Llama-Guard-3-8B
15+
path: /raid/models/meta/llama-guard-3-8b
16+
key: "hf-token"

0 commit comments

Comments
 (0)