Upload all GGML model weights (SAM 2, SAM 2.1, SAM 3, EdgeTAM)
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +52 -0
- edgetam_f16.ggml +3 -0
- edgetam_q4_0.ggml +3 -0
- edgetam_q8_0.ggml +3 -0
- sam2.1_hiera_base_plus_f16.ggml +3 -0
- sam2.1_hiera_base_plus_f32.ggml +3 -0
- sam2.1_hiera_base_plus_q4_0.ggml +3 -0
- sam2.1_hiera_base_plus_q4_1.ggml +3 -0
- sam2.1_hiera_base_plus_q8_0.ggml +3 -0
- sam2.1_hiera_large_f16.ggml +3 -0
- sam2.1_hiera_large_f32.ggml +3 -0
- sam2.1_hiera_large_q4_0.ggml +3 -0
- sam2.1_hiera_large_q4_1.ggml +3 -0
- sam2.1_hiera_large_q8_0.ggml +3 -0
- sam2.1_hiera_small_f16.ggml +3 -0
- sam2.1_hiera_small_f32.ggml +3 -0
- sam2.1_hiera_small_q4_0.ggml +3 -0
- sam2.1_hiera_small_q4_1.ggml +3 -0
- sam2.1_hiera_small_q8_0.ggml +3 -0
- sam2.1_hiera_tiny_f16.ggml +3 -0
- sam2.1_hiera_tiny_f32.ggml +3 -0
- sam2.1_hiera_tiny_q4_0.ggml +3 -0
- sam2.1_hiera_tiny_q4_1.ggml +3 -0
- sam2.1_hiera_tiny_q8_0.ggml +3 -0
- sam2_hiera_base_plus_f16.ggml +3 -0
- sam2_hiera_base_plus_f32.ggml +3 -0
- sam2_hiera_base_plus_q4_0.ggml +3 -0
- sam2_hiera_base_plus_q4_1.ggml +3 -0
- sam2_hiera_base_plus_q8_0.ggml +3 -0
- sam2_hiera_large_f16.ggml +3 -0
- sam2_hiera_large_f32.ggml +3 -0
- sam2_hiera_large_q4_0.ggml +3 -0
- sam2_hiera_large_q4_1.ggml +3 -0
- sam2_hiera_large_q8_0.ggml +3 -0
- sam2_hiera_small_f16.ggml +3 -0
- sam2_hiera_small_f32.ggml +3 -0
- sam2_hiera_small_q4_0.ggml +3 -0
- sam2_hiera_small_q4_1.ggml +3 -0
- sam2_hiera_small_q8_0.ggml +3 -0
- sam2_hiera_tiny_f16.ggml +3 -0
- sam2_hiera_tiny_f32.ggml +3 -0
- sam2_hiera_tiny_q4_0.ggml +3 -0
- sam2_hiera_tiny_q4_1.ggml +3 -0
- sam2_hiera_tiny_q8_0.ggml +3 -0
- sam3-f16.ggml +3 -0
- sam3-f32.ggml +3 -0
- sam3-q4_0.ggml +3 -0
- sam3-q4_1.ggml +3 -0
- sam3-q8_0.ggml +3 -0
- sam3-visual-f16.ggml +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,55 @@ 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 |
+
edgetam_f16.ggml filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
edgetam_q4_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
edgetam_q8_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
sam2.1_hiera_base_plus_f16.ggml filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
sam2.1_hiera_base_plus_f32.ggml filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
sam2.1_hiera_base_plus_q4_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
sam2.1_hiera_base_plus_q4_1.ggml filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
sam2.1_hiera_base_plus_q8_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
sam2.1_hiera_large_f16.ggml filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
sam2.1_hiera_large_f32.ggml filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
sam2.1_hiera_large_q4_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
sam2.1_hiera_large_q4_1.ggml filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
sam2.1_hiera_large_q8_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
sam2.1_hiera_small_f16.ggml filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
sam2.1_hiera_small_f32.ggml filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
sam2.1_hiera_small_q4_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
sam2.1_hiera_small_q4_1.ggml filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
sam2.1_hiera_small_q8_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
sam2.1_hiera_tiny_f16.ggml filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
sam2.1_hiera_tiny_f32.ggml filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
sam2.1_hiera_tiny_q4_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
sam2.1_hiera_tiny_q4_1.ggml filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
sam2.1_hiera_tiny_q8_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
sam2_hiera_base_plus_f16.ggml filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
sam2_hiera_base_plus_f32.ggml filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
sam2_hiera_base_plus_q4_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
sam2_hiera_base_plus_q4_1.ggml filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
sam2_hiera_base_plus_q8_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
sam2_hiera_large_f16.ggml filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
sam2_hiera_large_f32.ggml filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
sam2_hiera_large_q4_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
sam2_hiera_large_q4_1.ggml filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
sam2_hiera_large_q8_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
sam2_hiera_small_f16.ggml filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
sam2_hiera_small_f32.ggml filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
sam2_hiera_small_q4_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
sam2_hiera_small_q4_1.ggml filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
sam2_hiera_small_q8_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
sam2_hiera_tiny_f16.ggml filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
sam2_hiera_tiny_f32.ggml filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
sam2_hiera_tiny_q4_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
sam2_hiera_tiny_q4_1.ggml filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
sam2_hiera_tiny_q8_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
sam3-f16.ggml filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
sam3-f32.ggml filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
sam3-q4_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
sam3-q4_1.ggml filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
sam3-q8_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
sam3-visual-f16.ggml filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
sam3-visual-q4_0.ggml filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
sam3-visual-q4_1.ggml filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
sam3-visual-q8_0.ggml filter=lfs diff=lfs merge=lfs -text
|
edgetam_f16.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2cdcef76c4d9aab704e25b11475326b41573732c568c348213d70a159409ce6
|
| 3 |
+
size 29011488
|
edgetam_q4_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8a35e35fb9a1b6f099c3f35e3024548b0fc979c2a4184642562804192496e09
|
| 3 |
+
size 15761120
|
edgetam_q8_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3132b7ac2e046bd13f078d7943ee6f4a3dadf136889614291e410cac194f7ba3
|
| 3 |
+
size 20005216
|
sam2.1_hiera_base_plus_f16.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a54f43aaeb42bb226c7fdaef5fd36b25b8dca7b374ec3ae2e5aae2395edd94c8
|
| 3 |
+
size 163303648
|
sam2.1_hiera_base_plus_f32.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b52dadcd161b791a8923f0532fac73b59e6cac8e119ffe06c484270400f64b9
|
| 3 |
+
size 323442144
|
sam2.1_hiera_base_plus_q4_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfac3f7cb253bf028f2849d6f032587385dbe902924f387089fe35f5426a41b8
|
| 3 |
+
size 48018272
|
sam2.1_hiera_base_plus_q4_1.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:638758aa823f441c5da04e3851c5edd5b4c5febe134c85c06103cd2372ba88e1
|
| 3 |
+
size 52983680
|
sam2.1_hiera_base_plus_q8_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4dfbeb6320f5da3e200c9de67554f63dfa3cc06f2fe6870e28aa58e6096e87a
|
| 3 |
+
size 87741408
|
sam2.1_hiera_large_f16.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db302b5854ca86dc1b5af4a7de55a1b5827f81ca05325805eddb545ace7db74b
|
| 3 |
+
size 450930592
|
sam2.1_hiera_large_f32.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7cf57773f9d8ba9a1db294f1b673d2915c07eed244adad18f9f2de58463d52c
|
| 3 |
+
size 897846432
|
sam2.1_hiera_large_q4_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfdc418b0c6b1aee8ce4c11ec50aafc25e4d0b47fff8e6bc7cc8d29cf2b90ab6
|
| 3 |
+
size 129983264
|
sam2.1_hiera_large_q4_1.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90f353f11b1a81e065defa82967631889d5e1b85c575b4111bcea7692b214434
|
| 3 |
+
size 143890496
|
sam2.1_hiera_large_q8_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c632a33eb3c06b91e1504ef9fa2d5573ddcf1d45a316f01b678d8649d91b235b
|
| 3 |
+
size 241240992
|
sam2.1_hiera_small_f16.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acae059dd766240b072d0a3a062df3df1de06ddfd9f0b904593bdfd4b2222a93
|
| 3 |
+
size 93559264
|
sam2.1_hiera_small_f32.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38629b6888f4c28accb9589604ee76932439d1eb37e39c97b62674255f97b1ff
|
| 3 |
+
size 184276704
|
sam2.1_hiera_small_q4_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55020b7dd3bc485c0d8441dd3a2b57117a02845d427a5e27574bbf635d8e6739
|
| 3 |
+
size 27649184
|
sam2.1_hiera_small_q4_1.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fd75fac2224dda2776dfa20168851a772162af2a0ef887c5873aff773466639
|
| 3 |
+
size 30467840
|
sam2.1_hiera_small_q8_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c1f2c19b6c0782a9341a3c8a4bd460e3c4bb837743f4fc61315d940c270e3eb
|
| 3 |
+
size 50198304
|
sam2.1_hiera_tiny_f16.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98ea059bb39bcf42a3109ee14ab3d25650adb737e896362716e2737d7833ae95
|
| 3 |
+
size 79320544
|
sam2.1_hiera_tiny_f32.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:931dc6a06b533d9e737def56431c7d27318162c194c8828777ec84589172076a
|
| 3 |
+
size 155882208
|
sam2.1_hiera_tiny_q4_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c51e33b34ee880aa1782b65f718d1a3cbd2772d44e636f24bb5d841f14aa1d11
|
| 3 |
+
size 23584928
|
sam2.1_hiera_tiny_q4_1.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55c4e32f68986d9cd04b539e3cd69fe02f939c638dd1ddf01c6c3d2581c33396
|
| 3 |
+
size 25961216
|
sam2.1_hiera_tiny_q8_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de6b8e3bea88c5fbd082cff264fe2df4a452c69d0c90b46fa0a78ac505da469e
|
| 3 |
+
size 42595104
|
sam2_hiera_base_plus_f16.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4eee3e622341e9592d54be24c5f588e6d4c00884f45f52f7742a0d224bf0b636
|
| 3 |
+
size 163237408
|
sam2_hiera_base_plus_f32.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b66a6d78f2b7f60911450ea0ae05a93cbbeebce0158af379ada4818d6a94d588
|
| 3 |
+
size 323375904
|
sam2_hiera_base_plus_q4_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50ae8daa72e700fdfc725c88e007156360b5bc907d70eec8db2998ccdc87e645
|
| 3 |
+
size 48008352
|
sam2_hiera_base_plus_q4_1.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4478a113fe6ac65c10e1c65c2029967c291dc123789430786bda07d6a10e1f06
|
| 3 |
+
size 52972736
|
sam2_hiera_base_plus_q8_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:633c2e4d8642ca06707b053581d5fd1c3a7c812425304b093c4c3b9bcae38aaf
|
| 3 |
+
size 87723296
|
sam2_hiera_large_f16.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e4041d6d25327c834eefb482777b10d6a8443182e5de4cff90dce7beabd60d0
|
| 3 |
+
size 450864352
|
sam2_hiera_large_f32.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6ab60da00f1499b5ac22cded07b32d6b2234f32653447254478111443395ebb
|
| 3 |
+
size 897780192
|
sam2_hiera_large_q4_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d08eaf82a54015ccbf2e7169e8e89a0caa25c4c35f984b4de5c0cbe4c873e323
|
| 3 |
+
size 129973344
|
sam2_hiera_large_q4_1.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb6a2453e3a3453b36b5d96ab74d48b245ba9931f085c8984657fa29a6c17b77
|
| 3 |
+
size 143879552
|
sam2_hiera_large_q8_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e79ed41ce55ed8c0e525c5b5d70dc351e5c8cfc260e2ff1b43984b63b7c45a95
|
| 3 |
+
size 241222880
|
sam2_hiera_small_f16.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3175ae2fbc8bbdb991fa3cb26081d1da0383690b247ead968f8daec988a97d2
|
| 3 |
+
size 93493024
|
sam2_hiera_small_f32.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6dca23adca71318fc6d84e985ab8afbbc9a244bfecd4a075d2901f0dee9eeba8
|
| 3 |
+
size 184210464
|
sam2_hiera_small_q4_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a778dede2e468514b8eba1238d3bf3bf55f4f08d1393388c15c5892ef63fd21d
|
| 3 |
+
size 27639264
|
sam2_hiera_small_q4_1.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1200d478622541aa911cb0b6126ef242d0ef1e349fe20b6e2a04fb4e07fbaa03
|
| 3 |
+
size 30456896
|
sam2_hiera_small_q8_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2b52894ff0999d90d7a06fa0183a3547b2db3d57cb23400abf6fb743aa62d22
|
| 3 |
+
size 50180192
|
sam2_hiera_tiny_f16.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:454ad8932b76229c033655d692646c8005895cdf9133e4961494d14a979c8c11
|
| 3 |
+
size 79254304
|
sam2_hiera_tiny_f32.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:273c65286b04f0b5f13fcb823a1d4ac9a1f6167406e53dd44bd6e0af3cd08001
|
| 3 |
+
size 155815968
|
sam2_hiera_tiny_q4_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37700264a4a9bc78f091a966259bd67defaa31c7957d9afc534cc3c7355114f1
|
| 3 |
+
size 23575008
|
sam2_hiera_tiny_q4_1.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52ee9e94ea4df1e1ced62349b4ab5586a13060619708fccb2028e25bc6f75a96
|
| 3 |
+
size 25950272
|
sam2_hiera_tiny_q8_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38a30909bbe5a7027056aad7fc3e554710b6f829373d0559749de941314eb2f5
|
| 3 |
+
size 42576992
|
sam3-f16.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c8cef822a6f0f0908c8e7c51139c1061a842ebfbc88e8b0bb1d8e342ec50f8e
|
| 3 |
+
size 1837873470
|
sam3-f32.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24ae10151d7b81b909b2eabba4f8642db5f50e8f931a3277d98a59c630879f7c
|
| 3 |
+
size 3449294462
|
sam3-q4_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dafc790c8493319f542f575e718084f4e0a452fd7e483c64853d33ffe3f1889
|
| 3 |
+
size 706606590
|
sam3-q4_1.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90bcb63909a82cbe1c694f648df97121ad2da759d311677ec0ac05f6d426eab2
|
| 3 |
+
size 755704702
|
sam3-q8_0.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c79474957db14899efc4fe2f20d6dc03c056e1126a39cee609bbfe14f9f69f77
|
| 3 |
+
size 1099391742
|
sam3-visual-f16.ggml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b90a9664bd796f8f1642b3bc5f7fec0cb895e26d1dcf65485f9942d4e2763119
|
| 3 |
+
size 945528000
|