From 5a695fefc69f1531e6672cba875643f0c6afe99e Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 13 Apr 2026 03:40:56 +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: mradermacher/python_code_generator-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++ README.md | 75 +++++++++++++++++++++++++++ imatrix.dat | 3 ++ python_code_generator.i1-IQ1_M.gguf | 3 ++ python_code_generator.i1-IQ1_S.gguf | 3 ++ python_code_generator.i1-IQ2_M.gguf | 3 ++ python_code_generator.i1-IQ2_S.gguf | 3 ++ python_code_generator.i1-IQ2_XS.gguf | 3 ++ python_code_generator.i1-IQ2_XXS.gguf | 3 ++ python_code_generator.i1-IQ3_M.gguf | 3 ++ python_code_generator.i1-IQ3_S.gguf | 3 ++ python_code_generator.i1-IQ3_XS.gguf | 3 ++ python_code_generator.i1-IQ3_XXS.gguf | 3 ++ python_code_generator.i1-IQ4_NL.gguf | 3 ++ python_code_generator.i1-IQ4_XS.gguf | 3 ++ python_code_generator.i1-Q2_K.gguf | 3 ++ python_code_generator.i1-Q2_K_S.gguf | 3 ++ python_code_generator.i1-Q3_K_L.gguf | 3 ++ python_code_generator.i1-Q3_K_M.gguf | 3 ++ python_code_generator.i1-Q3_K_S.gguf | 3 ++ python_code_generator.i1-Q4_0.gguf | 3 ++ python_code_generator.i1-Q4_1.gguf | 3 ++ python_code_generator.i1-Q4_K_M.gguf | 3 ++ python_code_generator.i1-Q4_K_S.gguf | 3 ++ python_code_generator.i1-Q5_K_M.gguf | 3 ++ python_code_generator.i1-Q5_K_S.gguf | 3 ++ python_code_generator.i1-Q6_K.gguf | 3 ++ 27 files changed, 210 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 imatrix.dat create mode 100644 python_code_generator.i1-IQ1_M.gguf create mode 100644 python_code_generator.i1-IQ1_S.gguf create mode 100644 python_code_generator.i1-IQ2_M.gguf create mode 100644 python_code_generator.i1-IQ2_S.gguf create mode 100644 python_code_generator.i1-IQ2_XS.gguf create mode 100644 python_code_generator.i1-IQ2_XXS.gguf create mode 100644 python_code_generator.i1-IQ3_M.gguf create mode 100644 python_code_generator.i1-IQ3_S.gguf create mode 100644 python_code_generator.i1-IQ3_XS.gguf create mode 100644 python_code_generator.i1-IQ3_XXS.gguf create mode 100644 python_code_generator.i1-IQ4_NL.gguf create mode 100644 python_code_generator.i1-IQ4_XS.gguf create mode 100644 python_code_generator.i1-Q2_K.gguf create mode 100644 python_code_generator.i1-Q2_K_S.gguf create mode 100644 python_code_generator.i1-Q3_K_L.gguf create mode 100644 python_code_generator.i1-Q3_K_M.gguf create mode 100644 python_code_generator.i1-Q3_K_S.gguf create mode 100644 python_code_generator.i1-Q4_0.gguf create mode 100644 python_code_generator.i1-Q4_1.gguf create mode 100644 python_code_generator.i1-Q4_K_M.gguf create mode 100644 python_code_generator.i1-Q4_K_S.gguf create mode 100644 python_code_generator.i1-Q5_K_M.gguf create mode 100644 python_code_generator.i1-Q5_K_S.gguf create mode 100644 python_code_generator.i1-Q6_K.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..62d2da2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +python_code_generator.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..99e38de --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +--- +base_model: PRAJWAL23/python_code_generator +language: +- en +library_name: transformers +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/PRAJWAL23/python_code_generator + + +static quants are available at https://huggingface.co/mradermacher/python_code_generator-GGUF +## Usage + +If you are unsure how to use GGUF files, refer to one of [TheBloke's +READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for +more details, including on how to concatenate multi-part files. + +## Provided Quants + +(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants) + +| Link | Type | Size/GB | Notes | +|:-----|:-----|--------:|:------| +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-IQ1_S.gguf) | i1-IQ1_S | 0.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-IQ1_M.gguf) | i1-IQ1_M | 0.2 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-IQ2_S.gguf) | i1-IQ2_S | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-IQ2_M.gguf) | i1-IQ2_M | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.2 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-Q2_K.gguf) | i1-Q2_K | 0.2 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-IQ3_S.gguf) | i1-IQ3_S | 0.2 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.2 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-IQ3_M.gguf) | i1-IQ3_M | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-IQ4_XS.gguf) | i1-IQ4_XS | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-IQ4_NL.gguf) | i1-IQ4_NL | 0.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-Q4_0.gguf) | i1-Q4_0 | 0.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-Q4_K_S.gguf) | i1-Q4_K_S | 0.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.2 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-Q4_1.gguf) | i1-Q4_1 | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-Q4_K_M.gguf) | i1-Q4_K_M | 0.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-Q5_K_S.gguf) | i1-Q5_K_S | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-Q5_K_M.gguf) | i1-Q5_K_M | 0.2 | | +| [GGUF](https://huggingface.co/mradermacher/python_code_generator-i1-GGUF/resolve/main/python_code_generator.i1-Q6_K.gguf) | i1-Q6_K | 0.2 | practically like static Q6_K | + +Here is a handy graph by ikawrakow comparing some lower-quality quant +types (lower is better): + +![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png) + +And here are Artefact2's thoughts on the matter: +https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9 + +## FAQ / Model Request + +See https://huggingface.co/mradermacher/model_requests for some answers to +questions you might have and/or if you want some other model quantized. + +## Thanks + +I thank my company, [nethype GmbH](https://www.nethype.de/), for letting +me use its servers and providing upgrades to my workstation to enable +this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to. + + diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..86c3b5d --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ef176f1627b5fabdee575bb718ecbd71620c606cbc8a0682ca14136ef23f67 +size 259687 diff --git a/python_code_generator.i1-IQ1_M.gguf b/python_code_generator.i1-IQ1_M.gguf new file mode 100644 index 0000000..f3a8b4e --- /dev/null +++ b/python_code_generator.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673ef33c025dff85470b23698b09a4d9d9a107d9b1d99c2d6d0eac89e6aa1bb8 +size 51056640 diff --git a/python_code_generator.i1-IQ1_S.gguf b/python_code_generator.i1-IQ1_S.gguf new file mode 100644 index 0000000..12988a7 --- /dev/null +++ b/python_code_generator.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a3820932458be76d6b25ea0f0273865c0f99c2e67ef21444e543b527ba0bca +size 49287168 diff --git a/python_code_generator.i1-IQ2_M.gguf b/python_code_generator.i1-IQ2_M.gguf new file mode 100644 index 0000000..abfe738 --- /dev/null +++ b/python_code_generator.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a59844d68de93030d150a5a53a7887a87682bd1a66956076e3e32e3890fb53 +size 60180480 diff --git a/python_code_generator.i1-IQ2_S.gguf b/python_code_generator.i1-IQ2_S.gguf new file mode 100644 index 0000000..b5d7fb0 --- /dev/null +++ b/python_code_generator.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a776329ab6604f00c28f6f187b6a1ebc6d35caddd8fc457d73540e5c292bac +size 57821184 diff --git a/python_code_generator.i1-IQ2_XS.gguf b/python_code_generator.i1-IQ2_XS.gguf new file mode 100644 index 0000000..b81445d --- /dev/null +++ b/python_code_generator.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f636623df9cbe0bb75ac7c7c05ea7cf2cc99c0242ca39548d0cca5f77eeec8e +size 56586240 diff --git a/python_code_generator.i1-IQ2_XXS.gguf b/python_code_generator.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..1b3230f --- /dev/null +++ b/python_code_generator.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeaa803cb68b01560e904e6ba0208e5b5bf9afd6f48a874b15e987878ac093d8 +size 54005760 diff --git a/python_code_generator.i1-IQ3_M.gguf b/python_code_generator.i1-IQ3_M.gguf new file mode 100644 index 0000000..7a428bc --- /dev/null +++ b/python_code_generator.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160644d2b68c6b777dbde28c5f184b1fee5c1b40325bb0e3a96101f28d711c7c +size 77637696 diff --git a/python_code_generator.i1-IQ3_S.gguf b/python_code_generator.i1-IQ3_S.gguf new file mode 100644 index 0000000..4630a65 --- /dev/null +++ b/python_code_generator.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0712dac5d5663eba2e39ee9ca03ae64a8935408e4803d0c3b0fc5e9e1f5c1a28 +size 73564224 diff --git a/python_code_generator.i1-IQ3_XS.gguf b/python_code_generator.i1-IQ3_XS.gguf new file mode 100644 index 0000000..a12e4d2 --- /dev/null +++ b/python_code_generator.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c22fa7e51982517e09fd7dd87a3a361e027986110e37630710cc9be60aa31a +size 72568896 diff --git a/python_code_generator.i1-IQ3_XXS.gguf b/python_code_generator.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..33b8323 --- /dev/null +++ b/python_code_generator.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1dc3063e1963db83c240dcf24c968a4239b62f4f09a228ac30a8b12cde254c9 +size 64788480 diff --git a/python_code_generator.i1-IQ4_NL.gguf b/python_code_generator.i1-IQ4_NL.gguf new file mode 100644 index 0000000..8282e76 --- /dev/null +++ b/python_code_generator.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec2f7c818b4c56bccbf945863dbd5548cf2c6aacedfbeb75985a0ce2f6b75be +size 84844608 diff --git a/python_code_generator.i1-IQ4_XS.gguf b/python_code_generator.i1-IQ4_XS.gguf new file mode 100644 index 0000000..5ea6238 --- /dev/null +++ b/python_code_generator.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd4e4fedc007bf560fa01b670b64e6e0924ea9a912a31679eb32c3a9caab5f4 +size 82190400 diff --git a/python_code_generator.i1-Q2_K.gguf b/python_code_generator.i1-Q2_K.gguf new file mode 100644 index 0000000..c79289e --- /dev/null +++ b/python_code_generator.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a1ffc575cbaab277eacf24bd475fd3f58beaad2eda62a4115ade6095cb9967 +size 68532288 diff --git a/python_code_generator.i1-Q2_K_S.gguf b/python_code_generator.i1-Q2_K_S.gguf new file mode 100644 index 0000000..db275f8 --- /dev/null +++ b/python_code_generator.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc2272fdf5881c9c91cd9ea92ff434d7bc741d133fc6dae7753a1edfc8e3395 +size 65491008 diff --git a/python_code_generator.i1-Q3_K_L.gguf b/python_code_generator.i1-Q3_K_L.gguf new file mode 100644 index 0000000..ff3b863 --- /dev/null +++ b/python_code_generator.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d355ad053a4359756c71a74d838160e4115884cd46b24bff7a0d09c4260ef8 +size 85508160 diff --git a/python_code_generator.i1-Q3_K_M.gguf b/python_code_generator.i1-Q3_K_M.gguf new file mode 100644 index 0000000..bcaba19 --- /dev/null +++ b/python_code_generator.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78cb4ff885c6f40533ac61892e672d82935b3162207f017ed1aaf7ed420eccae +size 81084480 diff --git a/python_code_generator.i1-Q3_K_S.gguf b/python_code_generator.i1-Q3_K_S.gguf new file mode 100644 index 0000000..7309cba --- /dev/null +++ b/python_code_generator.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43b4da27e466b5cb240c0848211055f3d6b058ef0da90dc23249ed0815d2642 +size 73564224 diff --git a/python_code_generator.i1-Q4_0.gguf b/python_code_generator.i1-Q4_0.gguf new file mode 100644 index 0000000..e928dcf --- /dev/null +++ b/python_code_generator.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec82d5c91f32a4bcc292c0f30d2d221fa1660f109dadef47591c03078f5fbb68 +size 84992064 diff --git a/python_code_generator.i1-Q4_1.gguf b/python_code_generator.i1-Q4_1.gguf new file mode 100644 index 0000000..689fcc7 --- /dev/null +++ b/python_code_generator.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8eeba23f7e3336c5159c539a3ef7aa55d19bca96df4c36ace2ef7ad2fc5d91 +size 90153024 diff --git a/python_code_generator.i1-Q4_K_M.gguf b/python_code_generator.i1-Q4_K_M.gguf new file mode 100644 index 0000000..db629cd --- /dev/null +++ b/python_code_generator.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ed16c61a0e51921c2dae9ada4ada8e4fcf1faca0e16563b4dba2fbd263fd36 +size 91148352 diff --git a/python_code_generator.i1-Q4_K_S.gguf b/python_code_generator.i1-Q4_K_S.gguf new file mode 100644 index 0000000..9ac565c --- /dev/null +++ b/python_code_generator.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31dfdd478d61066d9e5ec9eccbbb914b8376d10ff22ff2db9becb62ed76e81d2 +size 85139520 diff --git a/python_code_generator.i1-Q5_K_M.gguf b/python_code_generator.i1-Q5_K_M.gguf new file mode 100644 index 0000000..f468130 --- /dev/null +++ b/python_code_generator.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e168759f32380de30f7306725e457fd9e8a9bf009bad490e0b6499b0406935 +size 100161600 diff --git a/python_code_generator.i1-Q5_K_S.gguf b/python_code_generator.i1-Q5_K_S.gguf new file mode 100644 index 0000000..fbc0dab --- /dev/null +++ b/python_code_generator.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496f4f671b112213bc1ed95c4fbc83576110a87aadbbd54ee39873f09eab8860 +size 95461440 diff --git a/python_code_generator.i1-Q6_K.gguf b/python_code_generator.i1-Q6_K.gguf new file mode 100644 index 0000000..0cc5aae --- /dev/null +++ b/python_code_generator.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156de2664a5138188d37d134b2f05953032feba30e0cf857c057e23497537217 +size 106741824