Andrii Medvediev
commited on
Commit
·
8af2642
1
Parent(s):
e9759b6
updated convert script
Browse files- Llama-3.2-3B-Instruct.mlmodelc/analytics/coremldata.bin +1 -1
- Llama-3.2-3B-Instruct.mlmodelc/coremldata.bin +1 -1
- Llama-3.2-3B-Instruct.mlmodelc/metadata.json +1 -1
- Llama-3.2-3B-Instruct.mlmodelc/model.mil +2 -2
- {Llama-3.2-3B-Instruct-CoreML.mlpackage → Llama-3.2-3B-Instruct.mlpackage}/Data/com.apple.CoreML/model.mlmodel +2 -2
- {Llama-3.2-3B-Instruct-CoreML.mlpackage → Llama-3.2-3B-Instruct.mlpackage}/Data/com.apple.CoreML/weights/weight.bin +0 -0
- {Llama-3.2-3B-Instruct-CoreML.mlpackage → Llama-3.2-3B-Instruct.mlpackage}/Manifest.json +8 -8
Llama-3.2-3B-Instruct.mlmodelc/analytics/coremldata.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 243
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3d4581f7d6f35d9f7a50bf30659554f8f43aa69048127270d2890edc6369677
|
3 |
size 243
|
Llama-3.2-3B-Instruct.mlmodelc/coremldata.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 443
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd8ae4045a77075badabbfd6bf2e9d2c0e0ba26838955df07212af8178127ee2
|
3 |
size 443
|
Llama-3.2-3B-Instruct.mlmodelc/metadata.json
CHANGED
@@ -111,7 +111,7 @@
|
|
111 |
"shortDescription" : ""
|
112 |
}
|
113 |
],
|
114 |
-
"generatedClassName" : "
|
115 |
"method" : "predict"
|
116 |
}
|
117 |
]
|
|
|
111 |
"shortDescription" : ""
|
112 |
}
|
113 |
],
|
114 |
+
"generatedClassName" : "Llama_3_2_3B_Instruct",
|
115 |
"method" : "predict"
|
116 |
}
|
117 |
]
|
Llama-3.2-3B-Instruct.mlmodelc/model.mil
CHANGED
@@ -5763,8 +5763,8 @@ program(1.3)
|
|
5763 |
tensor<fp16, [1, ?, 1]> var_5171_cast_fp16 = rsqrt(epsilon = var_5171_epsilon_0, x = var_5170_cast_fp16)[name = string("op_5171_cast_fp16")];
|
5764 |
tensor<fp16, [1, ?, 3072]> hidden_states_843_cast_fp16 = mul(x = hidden_states_839_cast_fp16, y = var_5171_cast_fp16)[name = string("hidden_states_843_cast_fp16")];
|
5765 |
tensor<fp16, [3072]> model_model_norm_weight_to_fp16 = const()[name = string("model_model_norm_weight_to_fp16"), val = tensor<fp16, [3072]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(1807471168)))];
|
5766 |
-
tensor<fp16, [1, ?, 3072]>
|
5767 |
tensor<fp16, [128256]> linear_196_bias_0_to_fp16 = const()[name = string("linear_196_bias_0_to_fp16"), val = tensor<fp16, [128256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(1807477376)))];
|
5768 |
-
tensor<fp16, [1, ?, 128256]> logits = linear(bias = linear_196_bias_0_to_fp16, weight = model_model_embed_tokens_weight_to_fp16_quantized, x =
|
5769 |
} -> (logits);
|
5770 |
}
|
|
|
5763 |
tensor<fp16, [1, ?, 1]> var_5171_cast_fp16 = rsqrt(epsilon = var_5171_epsilon_0, x = var_5170_cast_fp16)[name = string("op_5171_cast_fp16")];
|
5764 |
tensor<fp16, [1, ?, 3072]> hidden_states_843_cast_fp16 = mul(x = hidden_states_839_cast_fp16, y = var_5171_cast_fp16)[name = string("hidden_states_843_cast_fp16")];
|
5765 |
tensor<fp16, [3072]> model_model_norm_weight_to_fp16 = const()[name = string("model_model_norm_weight_to_fp16"), val = tensor<fp16, [3072]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(1807471168)))];
|
5766 |
+
tensor<fp16, [1, ?, 3072]> input_cast_fp16 = mul(x = model_model_norm_weight_to_fp16, y = hidden_states_843_cast_fp16)[name = string("input_cast_fp16")];
|
5767 |
tensor<fp16, [128256]> linear_196_bias_0_to_fp16 = const()[name = string("linear_196_bias_0_to_fp16"), val = tensor<fp16, [128256]>(BLOBFILE(path = string("@model_path/weights/weight.bin"), offset = uint64(1807477376)))];
|
5768 |
+
tensor<fp16, [1, ?, 128256]> logits = linear(bias = linear_196_bias_0_to_fp16, weight = model_model_embed_tokens_weight_to_fp16_quantized, x = input_cast_fp16)[name = string("linear_196_cast_fp16")];
|
5769 |
} -> (logits);
|
5770 |
}
|
{Llama-3.2-3B-Instruct-CoreML.mlpackage → Llama-3.2-3B-Instruct.mlpackage}/Data/com.apple.CoreML/model.mlmodel
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5d041bbd3b955595ff286ffa8737a25f519e0818b8152e0c7f0f19875de81d7
|
3 |
+
size 944947
|
{Llama-3.2-3B-Instruct-CoreML.mlpackage → Llama-3.2-3B-Instruct.mlpackage}/Data/com.apple.CoreML/weights/weight.bin
RENAMED
File without changes
|
{Llama-3.2-3B-Instruct-CoreML.mlpackage → Llama-3.2-3B-Instruct.mlpackage}/Manifest.json
RENAMED
@@ -1,18 +1,18 @@
|
|
1 |
{
|
2 |
"fileFormatVersion": "1.0.0",
|
3 |
"itemInfoEntries": {
|
4 |
-
"
|
5 |
-
"author": "com.apple.CoreML",
|
6 |
-
"description": "CoreML Model Weights",
|
7 |
-
"name": "weights",
|
8 |
-
"path": "com.apple.CoreML/weights"
|
9 |
-
},
|
10 |
-
"6D00BF4D-7896-409E-9471-159CBF45A850": {
|
11 |
"author": "com.apple.CoreML",
|
12 |
"description": "CoreML Model Specification",
|
13 |
"name": "model.mlmodel",
|
14 |
"path": "com.apple.CoreML/model.mlmodel"
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
}
|
16 |
},
|
17 |
-
"rootModelIdentifier": "
|
18 |
}
|
|
|
1 |
{
|
2 |
"fileFormatVersion": "1.0.0",
|
3 |
"itemInfoEntries": {
|
4 |
+
"48FD28CF-8BE6-4E1B-AAD6-F2ADD809E61C": {
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"author": "com.apple.CoreML",
|
6 |
"description": "CoreML Model Specification",
|
7 |
"name": "model.mlmodel",
|
8 |
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"B399F7F1-41A3-45CC-8DCA-4999C63EA1F5": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
}
|
16 |
},
|
17 |
+
"rootModelIdentifier": "48FD28CF-8BE6-4E1B-AAD6-F2ADD809E61C"
|
18 |
}
|