From 081b58c179311b58d386c3af1d12a3b440291e32 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 17 Aug 2026 16:06:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: DevQuasar/ByteDance-Seed.Stable-DiffCoder-8B-Instruct-GGUF Source: Original Platform --- .gitattributes | 46 +++++++++++++++++++ ...eed.Stable-DiffCoder-8B-Instruct.Q2_K.gguf | 3 ++ ...d.Stable-DiffCoder-8B-Instruct.Q3_K_L.gguf | 3 ++ ...d.Stable-DiffCoder-8B-Instruct.Q3_K_M.gguf | 3 ++ ...d.Stable-DiffCoder-8B-Instruct.Q3_K_S.gguf | 3 ++ ...d.Stable-DiffCoder-8B-Instruct.Q4_K_M.gguf | 3 ++ ...d.Stable-DiffCoder-8B-Instruct.Q4_K_S.gguf | 3 ++ ...d.Stable-DiffCoder-8B-Instruct.Q5_K_M.gguf | 3 ++ ...d.Stable-DiffCoder-8B-Instruct.Q5_K_S.gguf | 3 ++ ...eed.Stable-DiffCoder-8B-Instruct.Q6_K.gguf | 3 ++ ...eed.Stable-DiffCoder-8B-Instruct.Q8_0.gguf | 3 ++ ...Seed.Stable-DiffCoder-8B-Instruct.f16.gguf | 3 ++ README.md | 20 ++++++++ 13 files changed, 99 insertions(+) create mode 100644 .gitattributes create mode 100644 ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q2_K.gguf create mode 100644 ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_L.gguf create mode 100644 ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_M.gguf create mode 100644 ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_S.gguf create mode 100644 ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q4_K_M.gguf create mode 100644 ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q4_K_S.gguf create mode 100644 ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q5_K_M.gguf create mode 100644 ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q5_K_S.gguf create mode 100644 ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q6_K.gguf create mode 100644 ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q8_0.gguf create mode 100644 ByteDance-Seed.Stable-DiffCoder-8B-Instruct.f16.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3469426 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,46 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +ByteDance-Seed.Stable-DiffCoder-8B-Instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text +ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q2_K.gguf b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q2_K.gguf new file mode 100644 index 0000000..901138f --- /dev/null +++ b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c71b292521caf4ae3671e38a0445ad53711044b0d0f48e6165c846e3b711f9 +size 3304002624 diff --git a/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_L.gguf b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_L.gguf new file mode 100644 index 0000000..91a2d4b --- /dev/null +++ b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafa11662baed63e5fd8908006306a7102d7ea214133ea059329d91ad94de9d7 +size 4458009664 diff --git a/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_M.gguf b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_M.gguf new file mode 100644 index 0000000..67a504e --- /dev/null +++ b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1b173c114bfa9ecaab1398138a4473e59a9690571b4460c2ea3ea57083da39 +size 4154971200 diff --git a/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_S.gguf b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_S.gguf new file mode 100644 index 0000000..de6404e --- /dev/null +++ b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b5bdb6baa107880a624963270f08fba5aa0248c7698cc87cb8237d9934a0b0 +size 3800552512 diff --git a/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q4_K_M.gguf b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q4_K_M.gguf new file mode 100644 index 0000000..efb3894 --- /dev/null +++ b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2eb4fea11e97a4d74b6eff33da1f51c4ecab9afdb712e7afb68a6229ab43bb +size 5071410240 diff --git a/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q4_K_S.gguf b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q4_K_S.gguf new file mode 100644 index 0000000..56518b8 --- /dev/null +++ b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a73e80062d9ef5e8b17addff08dae11ea243a00419b25d3e556c2f6c45a1469 +size 4843344960 diff --git a/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q5_K_M.gguf b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q5_K_M.gguf new file mode 100644 index 0000000..55365e8 --- /dev/null +++ b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b23d02e076f1b091792fc2e42195940ffc6733a8583a04b5b5c402993689e34 +size 5897425984 diff --git a/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q5_K_S.gguf b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q5_K_S.gguf new file mode 100644 index 0000000..e7c1a11 --- /dev/null +++ b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338ff6ef0dc4ef933b8810ab7a97f2bd0082cf04eaa635d3fcfa486520502493 +size 5763732544 diff --git a/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q6_K.gguf b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q6_K.gguf new file mode 100644 index 0000000..e0706c0 --- /dev/null +++ b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3ef57fdb1e02b392b3b87126cdd6d40f3720f51d4cb19788ba413b6af0e49a +size 6775067712 diff --git a/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q8_0.gguf b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q8_0.gguf new file mode 100644 index 0000000..7387031 --- /dev/null +++ b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726c3efebe966c9922b16b2990ee8dac26be70b495b65312318126de5503fced +size 8773162048 diff --git a/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.f16.gguf b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.f16.gguf new file mode 100644 index 0000000..bd72810 --- /dev/null +++ b/ByteDance-Seed.Stable-DiffCoder-8B-Instruct.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5478fe82d37c1473f29bc8965d529bd851b8ca450b8872aa8ca5da03bc505cb +size 16507720768 diff --git a/README.md b/README.md new file mode 100644 index 0000000..88820c1 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +--- +base_model: +- ByteDance-Seed/Stable-DiffCoder-8B-Instruct +pipeline_tag: text-generation +--- + +[](https://devquasar.com) + +Quantized version of: [ByteDance-Seed/Stable-DiffCoder-8B-Instruct](https://huggingface.co/ByteDance-Seed/Stable-DiffCoder-8B-Instruct) + +'Make knowledge free for everyone' + +

+ Made with
+ + + +

+ +Buy Me a Coffee at ko-fi.com