[DO NOT MERGE YET - STILL TESTING] Add more ONNX weights (dtypes)
Browse files- onnx/decoder_model.onnx +2 -2
- onnx/decoder_model_bnb4.onnx +3 -0
- onnx/decoder_model_fp16.onnx +3 -0
- onnx/decoder_model_int8.onnx +3 -0
- onnx/decoder_model_merged.onnx +2 -2
- onnx/decoder_model_merged_bnb4.onnx +3 -0
- onnx/decoder_model_merged_fp16.onnx +3 -0
- onnx/decoder_model_merged_int8.onnx +3 -0
- onnx/decoder_model_merged_q4.onnx +3 -0
- onnx/decoder_model_merged_quantized.onnx +2 -2
- onnx/decoder_model_merged_uint8.onnx +3 -0
- onnx/decoder_model_q4.onnx +3 -0
- onnx/decoder_model_quantized.onnx +2 -2
- onnx/decoder_model_uint8.onnx +3 -0
- onnx/decoder_with_past_model.onnx +2 -2
- onnx/decoder_with_past_model_bnb4.onnx +3 -0
- onnx/decoder_with_past_model_fp16.onnx +3 -0
- onnx/decoder_with_past_model_int8.onnx +3 -0
- onnx/decoder_with_past_model_q4.onnx +3 -0
- onnx/decoder_with_past_model_quantized.onnx +2 -2
- onnx/decoder_with_past_model_uint8.onnx +3 -0
- onnx/encoder_model.onnx +2 -2
- onnx/encoder_model_bnb4.onnx +3 -0
- onnx/encoder_model_fp16.onnx +3 -0
- onnx/encoder_model_int8.onnx +3 -0
- onnx/encoder_model_q4.onnx +3 -0
- onnx/encoder_model_quantized.onnx +2 -2
- onnx/encoder_model_uint8.onnx +3 -0
onnx/decoder_model.onnx
CHANGED
@@ -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:a4d053ed1152fb8b4e3ac40e8edf80bc24645ed32e8fc1a7531cb2c92b0d1630
|
3 |
+
size 385864191
|
onnx/decoder_model_bnb4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f5dac8e3821421f9acc25fccdbe1af3ff6b68e8da109abf9d8969ca26609dfa
|
3 |
+
size 385864210
|
onnx/decoder_model_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6aeb952d540451fd586bd4d627dead5aca1184d7fb9df03262fbdbb70766c7e8
|
3 |
+
size 193824077
|
onnx/decoder_model_int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92717750dd149ff53a06d25f5fc883068e828ddf1b0760915c5b4a3fcd32181f
|
3 |
+
size 98068690
|
onnx/decoder_model_merged.onnx
CHANGED
@@ -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:dc96e82c222400e7271a94e88c53e87e005a5b607c65595a84dad16700b5843f
|
3 |
+
size 387341374
|
onnx/decoder_model_merged_bnb4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b5ce6613e10a7380bc5f1b38754fcb293bb14b6dcb59ae2e2e3beb869d42bf8
|
3 |
+
size 387341393
|
onnx/decoder_model_merged_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afa359dbbcee9e2a25c86007de197d8c38722f3417e0e9ce46018c57230bae46
|
3 |
+
size 195453129
|
onnx/decoder_model_merged_int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b23371d0be0ca11af9ba99c6dd45ebe077c02dc3c2703e69c9022247301ba04
|
3 |
+
size 99765276
|
onnx/decoder_model_merged_q4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b5ce6613e10a7380bc5f1b38754fcb293bb14b6dcb59ae2e2e3beb869d42bf8
|
3 |
+
size 387341393
|
onnx/decoder_model_merged_quantized.onnx
CHANGED
@@ -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:2b23371d0be0ca11af9ba99c6dd45ebe077c02dc3c2703e69c9022247301ba04
|
3 |
+
size 99765276
|
onnx/decoder_model_merged_uint8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:153fc0577bc15f51fd44e503492ff765d54cf0101dc5ce8fb83670a7ad560fb4
|
3 |
+
size 99765298
|
onnx/decoder_model_q4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f5dac8e3821421f9acc25fccdbe1af3ff6b68e8da109abf9d8969ca26609dfa
|
3 |
+
size 385864210
|
onnx/decoder_model_quantized.onnx
CHANGED
@@ -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:92717750dd149ff53a06d25f5fc883068e828ddf1b0760915c5b4a3fcd32181f
|
3 |
+
size 98068690
|
onnx/decoder_model_uint8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c731bc1bd5ee67a2b9ff1ff02888f6c3bf0b9201f00112c6487d1a2d076c8fd7
|
3 |
+
size 98068712
|
onnx/decoder_with_past_model.onnx
CHANGED
@@ -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:c0365309a279acb426e47f38c2cd1df4a76fd0cc82f151a3ff3329e193c2eb6d
|
3 |
+
size 385863771
|
onnx/decoder_with_past_model_bnb4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a42b1e53f1ed906d81e54cebcd749882387c633e0ef0df5cb894a680ebccd80
|
3 |
+
size 385863790
|
onnx/decoder_with_past_model_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1be598b5fabe2fb8851f75e5f12257d3196300b31d8db0a61e9779783afef7b
|
3 |
+
size 193825340
|
onnx/decoder_with_past_model_int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e854591254d6211b070bcdb9f8522489221dfd5a11be5afaaa2aea8408013fef
|
3 |
+
size 98066097
|
onnx/decoder_with_past_model_q4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a42b1e53f1ed906d81e54cebcd749882387c633e0ef0df5cb894a680ebccd80
|
3 |
+
size 385863790
|
onnx/decoder_with_past_model_quantized.onnx
CHANGED
@@ -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:e854591254d6211b070bcdb9f8522489221dfd5a11be5afaaa2aea8408013fef
|
3 |
+
size 98066097
|
onnx/decoder_with_past_model_uint8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9be76260cb8c6efd7e2c2ffe178b4b1313068efc08a7f6abc86c35d2a4d3f10c
|
3 |
+
size 98066119
|
onnx/encoder_model.onnx
CHANGED
@@ -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:50b99dc721aed553c9d05984c787386745eb874707463d935b11ff5d298b49ed
|
3 |
+
size 343440610
|
onnx/encoder_model_bnb4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf10d7a89109cc3204f9c7adc44afff1cab13a04f8b3b8593fa6790ba901fe15
|
3 |
+
size 51488932
|
onnx/encoder_model_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f01ea569cf82f5a0b3e308f0ffb14d3a3fe293e03d5343e862e3dd0aa8e96f8
|
3 |
+
size 171924637
|
onnx/encoder_model_int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac9fc792372d5b55efc250676d6786d6ac2909d11d0d2ec48868b90e04fe685b
|
3 |
+
size 87038362
|
onnx/encoder_model_q4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bce3dff2af8b0d46839993f0ce8b30ea7f9e7d2d205b22954d3fc6bc13d18b67
|
3 |
+
size 56796820
|
onnx/encoder_model_quantized.onnx
CHANGED
@@ -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:0a6a0bbf9f22df59f2dfe55509a972365c99e274a295048d5cdd605c1022d398
|
3 |
+
size 87038401
|
onnx/encoder_model_uint8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a6a0bbf9f22df59f2dfe55509a972365c99e274a295048d5cdd605c1022d398
|
3 |
+
size 87038401
|