Commit
·
8a1fe3c
1
Parent(s):
f163930
Initial commit
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +4 -0
- clip/model.onnx +3 -0
- embeds/EtGlowExecutionProvider_GLOW_graph_Extracted_from_-main_graph-_1921461528856446529_0_0_0.onnx +3 -0
- embeds/model.embed_tokens.weight +3 -0
- embeds/model.onnx +3 -0
- llama/EtGlowExecutionProvider_GLOW_graph_Extracted_from_-Extracted_from_-Extracted_from_-Extracted_from_-Extracted_from_-Extracted_from_-main_graph------_6994131833028869322_0_0_0.onnx +3 -0
- llama/decoder.onnx_ext.data +3 -0
- llama/model.layers.0.input_layernorm.weight +3 -0
- llama/model.layers.0.mlp.down_proj.qweight +3 -0
- llama/model.layers.0.mlp.down_proj.qzeros +3 -0
- llama/model.layers.0.mlp.down_proj.scales +3 -0
- llama/model.layers.0.mlp.gate_proj.qweight +3 -0
- llama/model.layers.0.mlp.gate_proj.qzeros +3 -0
- llama/model.layers.0.mlp.gate_proj.scales +3 -0
- llama/model.layers.0.mlp.up_proj.qweight +3 -0
- llama/model.layers.0.mlp.up_proj.qzeros +3 -0
- llama/model.layers.0.mlp.up_proj.scales +3 -0
- llama/model.layers.0.post_attention_layernorm.weight +3 -0
- llama/model.layers.0.self_attn.k_proj.qweight +3 -0
- llama/model.layers.0.self_attn.k_proj.qzeros +3 -0
- llama/model.layers.0.self_attn.k_proj.scales +3 -0
- llama/model.layers.0.self_attn.o_proj.qweight +3 -0
- llama/model.layers.0.self_attn.o_proj.qzeros +3 -0
- llama/model.layers.0.self_attn.o_proj.scales +3 -0
- llama/model.layers.0.self_attn.q_proj.qweight +3 -0
- llama/model.layers.0.self_attn.q_proj.qzeros +3 -0
- llama/model.layers.0.self_attn.q_proj.scales +3 -0
- llama/model.layers.0.self_attn.v_proj.qweight +3 -0
- llama/model.layers.0.self_attn.v_proj.qzeros +3 -0
- llama/model.layers.0.self_attn.v_proj.scales +3 -0
- llama/model.layers.1.input_layernorm.weight +3 -0
- llama/model.layers.1.mlp.down_proj.qweight +3 -0
- llama/model.layers.1.mlp.down_proj.qzeros +3 -0
- llama/model.layers.1.mlp.down_proj.scales +3 -0
- llama/model.layers.1.mlp.gate_proj.qweight +3 -0
- llama/model.layers.1.mlp.gate_proj.qzeros +3 -0
- llama/model.layers.1.mlp.gate_proj.scales +3 -0
- llama/model.layers.1.mlp.up_proj.qweight +3 -0
- llama/model.layers.1.mlp.up_proj.qzeros +3 -0
- llama/model.layers.1.mlp.up_proj.scales +3 -0
- llama/model.layers.1.post_attention_layernorm.weight +3 -0
- llama/model.layers.1.self_attn.k_proj.qweight +3 -0
- llama/model.layers.1.self_attn.k_proj.qzeros +3 -0
- llama/model.layers.1.self_attn.k_proj.scales +3 -0
- llama/model.layers.1.self_attn.o_proj.qweight +3 -0
- llama/model.layers.1.self_attn.o_proj.qzeros +3 -0
- llama/model.layers.1.self_attn.o_proj.scales +3 -0
- llama/model.layers.1.self_attn.q_proj.qweight +3 -0
- llama/model.layers.1.self_attn.q_proj.qzeros +3 -0
- llama/model.layers.1.self_attn.q_proj.scales +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,7 @@ 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
|
|
|
|
|
|
|
|
|
|
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 |
+
llama/model* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llama/onnx_* filter=lfs diff=lfs merge=lfs -text
|
38 |
+
embeds/model* filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llama/decoder* filter=lfs diff=lfs merge=lfs -text
|
clip/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8e8ce301573e21c1745188dacfe2068055bb6fb8f7815bf0562da057ea58845
|
3 |
+
size 607873982
|
embeds/EtGlowExecutionProvider_GLOW_graph_Extracted_from_-main_graph-_1921461528856446529_0_0_0.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0071f93ff14de1fdea6d510ad88e9b30a068ce7a2abc1bb659e99b5a5b61f79
|
3 |
+
size 5320
|
embeds/model.embed_tokens.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1fd78a0bcd10e159d3182e74e16ea3af59fb0aae3f84e6c1ebdcbcbc215c2f4
|
3 |
+
size 262668288
|
embeds/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10d291d15bff7e0658ac3103c8b51ce423c7d12c454a571cd6faac13bc0641a7
|
3 |
+
size 4992
|
llama/EtGlowExecutionProvider_GLOW_graph_Extracted_from_-Extracted_from_-Extracted_from_-Extracted_from_-Extracted_from_-Extracted_from_-main_graph------_6994131833028869322_0_0_0.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:829f5e1318edb3da25af79d55d560a8cd5cf46ae2a53f2c77acafbe6af0c7847
|
3 |
+
size 35668440
|
llama/decoder.onnx_ext.data
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abc6f9e0bb522de4a1407f7a4d815be78be6462de40f42c9aea2970b5d7053ae
|
3 |
+
size 3890356224
|
llama/model.layers.0.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba6bdb48748330586cc54d7981da4553d521e97d9c290f1975933e5b10d4d258
|
3 |
+
size 24576
|
llama/model.layers.0.mlp.down_proj.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c52a24b74f6ca49b931175f19f35342da3d45cfcbb81e02497f612ad2064a04
|
3 |
+
size 67633152
|
llama/model.layers.0.mlp.down_proj.qzeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14bcae114eb84a8a22c96b137119fc624f9835a3578653e49a67d05595fd1413
|
3 |
+
size 528384
|
llama/model.layers.0.mlp.down_proj.scales
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f259967db4817328c95fe9efe97b81bb26c5194c2eac94bfed5cd290217c8e6
|
3 |
+
size 2113536
|
llama/model.layers.0.mlp.gate_proj.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ba8dbae891295bcca691f3bba2d4aea3071e318461fad24749eb31a611ebf72
|
3 |
+
size 67633152
|
llama/model.layers.0.mlp.gate_proj.qzeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:603df600b88cd08ad0b46896f68c6d1e85eca43f28d2ee18bec8102a89f884b4
|
3 |
+
size 528384
|
llama/model.layers.0.mlp.gate_proj.scales
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06ec1063d057679038adc0bb968c6138bb5fc5503f422ee8386bbd1864bee734
|
3 |
+
size 2113536
|
llama/model.layers.0.mlp.up_proj.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:193a0532dbdbd4a5d05569324524444f1baed1f3c61a3c4e2aa60c7ff182fd46
|
3 |
+
size 67633152
|
llama/model.layers.0.mlp.up_proj.qzeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91c2e65b2a131b6a87e60a1d9c9b12e36d2a95297de2cd27b2359ed48a29fdac
|
3 |
+
size 528384
|
llama/model.layers.0.mlp.up_proj.scales
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:325a9e95c54d662c131ab5c460f923b51863660c2de76b090b180ad26f78151c
|
3 |
+
size 2113536
|
llama/model.layers.0.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:190be3aae9922074b092b887f2aca4bf9b8037a71e6828d50057f52085940728
|
3 |
+
size 24576
|
llama/model.layers.0.self_attn.k_proj.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4201360827175bdcfb91d9e6fc6c94bdd7e298d2e813172bfa5c0ffee608676d
|
3 |
+
size 25165824
|
llama/model.layers.0.self_attn.k_proj.qzeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26197b3f45b721ef5bcbb6c989df089a94e0b44e520e01e1c40e37beda0d6fe8
|
3 |
+
size 196608
|
llama/model.layers.0.self_attn.k_proj.scales
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5c883b2c43c382f53dd868f96bd666efa75205180228b0bc19386127a033352
|
3 |
+
size 786432
|
llama/model.layers.0.self_attn.o_proj.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fad4985bd8158ce08c71e42920390ebad59413ab24c747afc75017e22c15b8f
|
3 |
+
size 25165824
|
llama/model.layers.0.self_attn.o_proj.qzeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6e0bfd6d525d00d1ec94be75a41f23009856d4e3a771e2d6936ccdd98668b03
|
3 |
+
size 196608
|
llama/model.layers.0.self_attn.o_proj.scales
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7ff8786de2a976324e4f6bd7e5ebc490e49c3bdcbc9d84ba98fd0f220b90eda
|
3 |
+
size 786432
|
llama/model.layers.0.self_attn.q_proj.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55820fa66146a8bb5ba7fdc389d83042a58687299d425750e4ad1db6e88200e1
|
3 |
+
size 25165824
|
llama/model.layers.0.self_attn.q_proj.qzeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1fe9457683efe1689a8064823044e2713be98d7511e1ff3bc5a6521e26c0c3b
|
3 |
+
size 196608
|
llama/model.layers.0.self_attn.q_proj.scales
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87604d6f75f0645aa07ca8cecfb1d92313be320298d908afe08ca1bd31627eb4
|
3 |
+
size 786432
|
llama/model.layers.0.self_attn.v_proj.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcefe10fec49cbb23f0eba3dcf4b852b0e4eb14be75b023b330270f4a716f623
|
3 |
+
size 25165824
|
llama/model.layers.0.self_attn.v_proj.qzeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6969d4fb8bd9adcdbf494c86d6e0516c64710fd965959b436bead9cb622b911
|
3 |
+
size 196608
|
llama/model.layers.0.self_attn.v_proj.scales
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da86ffbc4a324f02a0f870ee3ae6d2203b1dbc6b942882c634bb380c78d0536c
|
3 |
+
size 786432
|
llama/model.layers.1.input_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6e05339c4fd9693f7ddf9c68f684763c76d39537581a8f9ee6164287f29f29e
|
3 |
+
size 24576
|
llama/model.layers.1.mlp.down_proj.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cc60892493d7e0c6d0dd74b565fa57703ae95679056a31dcee0c365f7af934f
|
3 |
+
size 67633152
|
llama/model.layers.1.mlp.down_proj.qzeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20ae6cb5b841c03f7e65dd0dce13a7862e6e851d211f86992103cb41a5389f84
|
3 |
+
size 528384
|
llama/model.layers.1.mlp.down_proj.scales
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55f2131135644c3629264f29a3c574bc2ca01535b42e249e87b9510edd9e381c
|
3 |
+
size 2113536
|
llama/model.layers.1.mlp.gate_proj.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de0ef911ae45234e7a5cf319558ef1d3fe79c460b616a5de38c46581066381c9
|
3 |
+
size 67633152
|
llama/model.layers.1.mlp.gate_proj.qzeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db2968fb1e9d193004f572081f8625e742b719212d0192a2ad8766fd6ff6301b
|
3 |
+
size 528384
|
llama/model.layers.1.mlp.gate_proj.scales
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27973eef532ecd0bd1225cd6dc2e3d58c9474bf2021a716ceb5f1417e7141cd2
|
3 |
+
size 2113536
|
llama/model.layers.1.mlp.up_proj.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0eda76dd37ffdbb1f89e87a63f951c7df644e6314ba082f87d926cc431f8bdf1
|
3 |
+
size 67633152
|
llama/model.layers.1.mlp.up_proj.qzeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:485e37fc2101005ebb1ba7977b2121f2201a499657ddd61e45731e19e4ffda80
|
3 |
+
size 528384
|
llama/model.layers.1.mlp.up_proj.scales
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb012965e16a7cd8e1bc0cfdf1c59d87df05180a3b95e1f90ed149ad84bd8e3a
|
3 |
+
size 2113536
|
llama/model.layers.1.post_attention_layernorm.weight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26661177f5297a028ccd2540bee810660e0d68fe395ac9326137410e43be9697
|
3 |
+
size 24576
|
llama/model.layers.1.self_attn.k_proj.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14307571b407c6e8fdd1706b186f8c60bf2bced1a477103f8056f82231f61e37
|
3 |
+
size 25165824
|
llama/model.layers.1.self_attn.k_proj.qzeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:817d1934806b4c494344d5c44512e6b2aeba5959c04cff1592ea38eecf9f9b34
|
3 |
+
size 196608
|
llama/model.layers.1.self_attn.k_proj.scales
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84c5d2c3e8ed712353e9206d3d462bd750c10094ed17806113cd69cafb128ee5
|
3 |
+
size 786432
|
llama/model.layers.1.self_attn.o_proj.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b9c2f31aee9f4b6f6dc277f7dfb966839c49ff420c3ec683878f1593df99021
|
3 |
+
size 25165824
|
llama/model.layers.1.self_attn.o_proj.qzeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2aae7456cd1d6c08d4f4fccd5073c09538316f85a2bb24e555ab616234a0d06
|
3 |
+
size 196608
|
llama/model.layers.1.self_attn.o_proj.scales
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b6efde7d89dd603ee18c7ec9116b8c96c40c14a891dfd5d1d03ec6a1759ac5a
|
3 |
+
size 786432
|
llama/model.layers.1.self_attn.q_proj.qweight
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b36645a8ba712e8c76aa48c2541d1c304ed9978545abb689f4fafae30ce591e
|
3 |
+
size 25165824
|
llama/model.layers.1.self_attn.q_proj.qzeros
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88e9fa45b874cbd0d9773cf0d4f74d5af32ed4f257a0848e60fb16d41e654361
|
3 |
+
size 196608
|
llama/model.layers.1.self_attn.q_proj.scales
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33018a3c8ec48a92db7551de0f240900e45d930b27ca5dd51325b230869ad63b
|
3 |
+
size 786432
|