Commit
·
cf6a009
1
Parent(s):
5c83925
add model weights
Browse files- .gitattributes +11 -2
- audio/htp_backend_ext_config.json +31 -0
- files-1-1.nexa +3 -0
- llm/htp_backend_ext_config.json +21 -0
- vit/htp_backend_ext_config.json +31 -0
- weights-1-8.nexa +3 -0
- weights-2-8.nexa +3 -0
- weights-3-8.nexa +3 -0
- weights-4-8.nexa +3 -0
- weights-5-8.nexa +3 -0
- weights-6-8.nexa +3 -0
- weights-7-8.nexa +3 -0
- weights-8-8.nexa +3 -0
.gitattributes
CHANGED
@@ -33,5 +33,14 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
-
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
files-1-1.nexa filter=lfs diff=lfs merge=lfs -text
|
37 |
+
weights-1-8.nexa filter=lfs diff=lfs merge=lfs -text
|
38 |
+
weights-2-8.nexa filter=lfs diff=lfs merge=lfs -text
|
39 |
+
weights-3-8.nexa filter=lfs diff=lfs merge=lfs -text
|
40 |
+
weights-4-8.nexa filter=lfs diff=lfs merge=lfs -text
|
41 |
+
weights-5-8.nexa filter=lfs diff=lfs merge=lfs -text
|
42 |
+
weights-6-8.nexa filter=lfs diff=lfs merge=lfs -text
|
43 |
+
weights-7-8.nexa filter=lfs diff=lfs merge=lfs -text
|
44 |
+
weights-8-8.nexa filter=lfs diff=lfs merge=lfs -text
|
45 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
46 |
+
files-1-1.json filter=lfs diff=lfs merge=lfs -text
|
audio/htp_backend_ext_config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"graphs": [
|
3 |
+
{
|
4 |
+
"O": 3.0,
|
5 |
+
"vtcm_mb": 8,
|
6 |
+
"graph_names": [
|
7 |
+
"vit"
|
8 |
+
],
|
9 |
+
"fp16_relaxed_precision": 0
|
10 |
+
}
|
11 |
+
],
|
12 |
+
"devices": [
|
13 |
+
{
|
14 |
+
"soc_id": 60,
|
15 |
+
"dsp_arch": "v73",
|
16 |
+
"cores": [
|
17 |
+
{
|
18 |
+
"perf_profile": "burst",
|
19 |
+
"rpc_control_latency": 100
|
20 |
+
}
|
21 |
+
],
|
22 |
+
"pd_session": "unsigned"
|
23 |
+
}
|
24 |
+
],
|
25 |
+
"context": {
|
26 |
+
"weight_sharing_enabled": false
|
27 |
+
},
|
28 |
+
"memory": {
|
29 |
+
"mem_type": "shared_buffer"
|
30 |
+
}
|
31 |
+
}
|
files-1-1.nexa
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d535e1a5933d55974b873a8286d269bd1a6aef411d51b5412010fca83af8eda7
|
3 |
+
size 12179313
|
llm/htp_backend_ext_config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"devices": [
|
3 |
+
{
|
4 |
+
"soc_model": 60,
|
5 |
+
"dsp_arch": "v73",
|
6 |
+
"cores": [
|
7 |
+
{
|
8 |
+
"core_id": 0,
|
9 |
+
"perf_profile": "burst",
|
10 |
+
"rpc_control_latency": 100
|
11 |
+
}
|
12 |
+
]
|
13 |
+
}
|
14 |
+
],
|
15 |
+
"memory": {
|
16 |
+
"mem_type": "shared_buffer"
|
17 |
+
},
|
18 |
+
"context": {
|
19 |
+
"weight_sharing_enabled": true
|
20 |
+
}
|
21 |
+
}
|
vit/htp_backend_ext_config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"graphs": [
|
3 |
+
{
|
4 |
+
"O": 3.0,
|
5 |
+
"vtcm_mb": 8,
|
6 |
+
"graph_names": [
|
7 |
+
"vit"
|
8 |
+
],
|
9 |
+
"fp16_relaxed_precision": 0
|
10 |
+
}
|
11 |
+
],
|
12 |
+
"devices": [
|
13 |
+
{
|
14 |
+
"soc_id": 60,
|
15 |
+
"dsp_arch": "v73",
|
16 |
+
"cores": [
|
17 |
+
{
|
18 |
+
"perf_profile": "burst",
|
19 |
+
"rpc_control_latency": 100
|
20 |
+
}
|
21 |
+
],
|
22 |
+
"pd_session": "unsigned"
|
23 |
+
}
|
24 |
+
],
|
25 |
+
"context": {
|
26 |
+
"weight_sharing_enabled": false
|
27 |
+
},
|
28 |
+
"memory": {
|
29 |
+
"mem_type": "shared_buffer"
|
30 |
+
}
|
31 |
+
}
|
weights-1-8.nexa
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:08cdf336224b5798ee876a47d760a3ae1e1569a11d931e7117822b64ac68ed37
|
3 |
+
size 770293308
|
weights-2-8.nexa
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4611b0bdfaf1d15a680f59c38c1e286adf0e5fa3ee653a599a7fd64e7461347
|
3 |
+
size 1165936148
|
weights-3-8.nexa
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d0ded0791faad29bafc06f18d5f352a4e297f14f3e5b4f771ffb50912343c1e
|
3 |
+
size 4572692
|
weights-4-8.nexa
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b111649ac3fc3dc7cc86099029ccc821f68d674a36beb70834f02301846ebac5
|
3 |
+
size 908198932
|
weights-5-8.nexa
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddf26428c50efbbb048d0492a3b57ea7b93406556e8998757e5b0d46ca96db05
|
3 |
+
size 14281108
|
weights-6-8.nexa
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:743fdd8011df0e2b5eda56fdca8d8290b6af754209b7e8599f2011384d7a0683
|
3 |
+
size 5588636
|
weights-7-8.nexa
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d11ff5795b2b19def03b1c3ac3fe8b7c48b13aa6f99825855d30b3658eadd86f
|
3 |
+
size 651465556
|
weights-8-8.nexa
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4910ef47adb345d915ab6750f42bdcfd1b13294f01c8b7104eefdd72e6d9eb1b
|
3 |
+
size 1244659876
|