From f25614d44249b67fc510706e9d448f9a3857c763 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 9 Jul 2026 05:45:06 +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: bartowski/agentica-org_DeepCoder-14B-Preview-GGUF Source: Original Platform --- .gitattributes | 49 +++++ README.md | 175 ++++++++++++++++++ agentica-org_DeepCoder-14B-Preview-IQ2_M.gguf | 3 + agentica-org_DeepCoder-14B-Preview-IQ2_S.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-IQ2_XS.gguf | 3 + agentica-org_DeepCoder-14B-Preview-IQ3_M.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-IQ3_XS.gguf | 3 + ...ica-org_DeepCoder-14B-Preview-IQ3_XXS.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-IQ4_NL.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-IQ4_XS.gguf | 3 + agentica-org_DeepCoder-14B-Preview-Q2_K.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-Q2_K_L.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-Q3_K_L.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-Q3_K_M.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-Q3_K_S.gguf | 3 + ...ica-org_DeepCoder-14B-Preview-Q3_K_XL.gguf | 3 + agentica-org_DeepCoder-14B-Preview-Q4_0.gguf | 3 + agentica-org_DeepCoder-14B-Preview-Q4_1.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-Q4_K_L.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-Q4_K_M.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-Q4_K_S.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-Q5_K_L.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-Q5_K_M.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-Q5_K_S.gguf | 3 + agentica-org_DeepCoder-14B-Preview-Q6_K.gguf | 3 + ...tica-org_DeepCoder-14B-Preview-Q6_K_L.gguf | 3 + agentica-org_DeepCoder-14B-Preview-Q8_0.gguf | 3 + agentica-org_DeepCoder-14B-Preview-bf16.gguf | 3 + agentica-org_DeepCoder-14B-Preview.imatrix | 3 + configuration.json | 1 + 30 files changed, 306 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 agentica-org_DeepCoder-14B-Preview-IQ2_M.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-IQ2_S.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-IQ2_XS.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-IQ3_M.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-IQ3_XS.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-IQ3_XXS.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-IQ4_NL.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-IQ4_XS.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q2_K.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q2_K_L.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q3_K_L.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q3_K_M.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q3_K_S.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q3_K_XL.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q4_0.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q4_1.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q4_K_L.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q4_K_M.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q4_K_S.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q5_K_L.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q5_K_M.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q5_K_S.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q6_K.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q6_K_L.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-Q8_0.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview-bf16.gguf create mode 100644 agentica-org_DeepCoder-14B-Preview.imatrix create mode 100644 configuration.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..93fe877 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,49 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bin.* filter=lfs diff=lfs merge=lfs -text +*.bz2 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 +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack 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 +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +saved_model/**/* 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 +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zstandard filter=lfs diff=lfs merge=lfs -text +*.tfevents* filter=lfs diff=lfs merge=lfs -text +*.db* filter=lfs diff=lfs merge=lfs -text +*.ark* filter=lfs diff=lfs merge=lfs -text +**/*ckpt*data* filter=lfs diff=lfs merge=lfs -text +**/*ckpt*.meta filter=lfs diff=lfs merge=lfs -text +**/*ckpt*.index filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.gguf* filter=lfs diff=lfs merge=lfs -text +*.ggml filter=lfs diff=lfs merge=lfs -text +*.llamafile* filter=lfs diff=lfs merge=lfs -text +*.pt2 filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text + +agentica-org_DeepCoder-14B-Preview.imatrix filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..04c3454 --- /dev/null +++ b/README.md @@ -0,0 +1,175 @@ +--- +quantized_by: bartowski +pipeline_tag: text-generation +license: mit +base_model: agentica-org/DeepCoder-14B-Preview +language: +- en +base_model_relation: quantized +datasets: +- PrimeIntellect/verifiable-coding-problems +- likaixin/TACO-verified +- livecodebench/code_generation_lite +--- + +## Llamacpp imatrix Quantizations of DeepCoder-14B-Preview by agentica-org + +Using llama.cpp release b5074 for quantization. + +Original model: https://huggingface.co/agentica-org/DeepCoder-14B-Preview + +All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8) + +Run them in [LM Studio](https://lmstudio.ai/) + +Run them directly with [llama.cpp](https://github.com/ggerganov/llama.cpp), or any other llama.cpp based project + +## Prompt format + +``` +<|begin▁of▁sentence|>{system_prompt}<|User|>{prompt}<|Assistant|><|end▁of▁sentence|><|Assistant|> +``` + +## Download a file (not the whole branch) from below: + +| Filename | Quant type | File Size | Split | Description | +| -------- | ---------- | --------- | ----- | ----------- | +| [DeepCoder-14B-Preview-bf16.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-bf16.gguf) | bf16 | 29.55GB | false | Full BF16 weights. | +| [DeepCoder-14B-Preview-Q8_0.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q8_0.gguf) | Q8_0 | 15.70GB | false | Extremely high quality, generally unneeded but max available quant. | +| [DeepCoder-14B-Preview-Q6_K_L.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q6_K_L.gguf) | Q6_K_L | 12.50GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. | +| [DeepCoder-14B-Preview-Q6_K.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q6_K.gguf) | Q6_K | 12.12GB | false | Very high quality, near perfect, *recommended*. | +| [DeepCoder-14B-Preview-Q5_K_L.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q5_K_L.gguf) | Q5_K_L | 10.99GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. | +| [DeepCoder-14B-Preview-Q5_K_M.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q5_K_M.gguf) | Q5_K_M | 10.51GB | false | High quality, *recommended*. | +| [DeepCoder-14B-Preview-Q5_K_S.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q5_K_S.gguf) | Q5_K_S | 10.27GB | false | High quality, *recommended*. | +| [DeepCoder-14B-Preview-Q4_K_L.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q4_K_L.gguf) | Q4_K_L | 9.57GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. | +| [DeepCoder-14B-Preview-Q4_1.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q4_1.gguf) | Q4_1 | 9.39GB | false | Legacy format, similar performance to Q4_K_S but with improved tokens/watt on Apple silicon. | +| [DeepCoder-14B-Preview-Q4_K_M.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q4_K_M.gguf) | Q4_K_M | 8.99GB | false | Good quality, default size for most use cases, *recommended*. | +| [DeepCoder-14B-Preview-Q3_K_XL.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q3_K_XL.gguf) | Q3_K_XL | 8.61GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. | +| [DeepCoder-14B-Preview-Q4_K_S.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q4_K_S.gguf) | Q4_K_S | 8.57GB | false | Slightly lower quality with more space savings, *recommended*. | +| [DeepCoder-14B-Preview-IQ4_NL.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-IQ4_NL.gguf) | IQ4_NL | 8.55GB | false | Similar to IQ4_XS, but slightly larger. Offers online repacking for ARM CPU inference. | +| [DeepCoder-14B-Preview-Q4_0.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q4_0.gguf) | Q4_0 | 8.54GB | false | Legacy format, offers online repacking for ARM and AVX CPU inference. | +| [DeepCoder-14B-Preview-IQ4_XS.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-IQ4_XS.gguf) | IQ4_XS | 8.12GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. | +| [DeepCoder-14B-Preview-Q3_K_L.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q3_K_L.gguf) | Q3_K_L | 7.92GB | false | Lower quality but usable, good for low RAM availability. | +| [DeepCoder-14B-Preview-Q3_K_M.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q3_K_M.gguf) | Q3_K_M | 7.34GB | false | Low quality. | +| [DeepCoder-14B-Preview-IQ3_M.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-IQ3_M.gguf) | IQ3_M | 6.92GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. | +| [DeepCoder-14B-Preview-Q3_K_S.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q3_K_S.gguf) | Q3_K_S | 6.66GB | false | Low quality, not recommended. | +| [DeepCoder-14B-Preview-Q2_K_L.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q2_K_L.gguf) | Q2_K_L | 6.53GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. | +| [DeepCoder-14B-Preview-IQ3_XS.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-IQ3_XS.gguf) | IQ3_XS | 6.38GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. | +| [DeepCoder-14B-Preview-IQ3_XXS.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-IQ3_XXS.gguf) | IQ3_XXS | 5.95GB | false | Lower quality, new method with decent performance, comparable to Q3 quants. | +| [DeepCoder-14B-Preview-Q2_K.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-Q2_K.gguf) | Q2_K | 5.77GB | false | Very low quality but surprisingly usable. | +| [DeepCoder-14B-Preview-IQ2_M.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-IQ2_M.gguf) | IQ2_M | 5.36GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. | +| [DeepCoder-14B-Preview-IQ2_S.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-IQ2_S.gguf) | IQ2_S | 5.00GB | false | Low quality, uses SOTA techniques to be usable. | +| [DeepCoder-14B-Preview-IQ2_XS.gguf](https://huggingface.co/bartowski/agentica-org_DeepCoder-14B-Preview-GGUF/blob/main/agentica-org_DeepCoder-14B-Preview-IQ2_XS.gguf) | IQ2_XS | 4.70GB | false | Low quality, uses SOTA techniques to be usable. | + +## Embed/output weights + +Some of these quants (Q3_K_XL, Q4_K_L etc) are the standard quantization method with the embeddings and output weights quantized to Q8_0 instead of what they would normally default to. + +## Downloading using huggingface-cli + +
+ Click to view download instructions + +First, make sure you have hugginface-cli installed: + +``` +pip install -U "huggingface_hub[cli]" +``` + +Then, you can target the specific file you want: + +``` +huggingface-cli download bartowski/agentica-org_DeepCoder-14B-Preview-GGUF --include "agentica-org_DeepCoder-14B-Preview-Q4_K_M.gguf" --local-dir ./ +``` + +If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run: + +``` +huggingface-cli download bartowski/agentica-org_DeepCoder-14B-Preview-GGUF --include "agentica-org_DeepCoder-14B-Preview-Q8_0/*" --local-dir ./ +``` + +You can either specify a new local-dir (agentica-org_DeepCoder-14B-Preview-Q8_0) or download them all in place (./) + +
+ +## ARM/AVX information + +Previously, you would download Q4_0_4_4/4_8/8_8, and these would have their weights interleaved in memory in order to improve performance on ARM and AVX machines by loading up more data in one pass. + +Now, however, there is something called "online repacking" for weights. details in [this PR](https://github.com/ggerganov/llama.cpp/pull/9921). If you use Q4_0 and your hardware would benefit from repacking weights, it will do it automatically on the fly. + +As of llama.cpp build [b4282](https://github.com/ggerganov/llama.cpp/releases/tag/b4282) you will not be able to run the Q4_0_X_X files and will instead need to use Q4_0. + +Additionally, if you want to get slightly better quality for , you can use IQ4_NL thanks to [this PR](https://github.com/ggerganov/llama.cpp/pull/10541) which will also repack the weights for ARM, though only the 4_4 for now. The loading time may be slower but it will result in an overall speed incrase. + +
+ Click to view Q4_0_X_X information (deprecated + +I'm keeping this section to show the potential theoretical uplift in performance from using the Q4_0 with online repacking. + +
+ Click to view benchmarks on an AVX2 system (EPYC7702) + +| model | size | params | backend | threads | test | t/s | % (vs Q4_0) | +| ------------------------------ | ---------: | ---------: | ---------- | ------: | ------------: | -------------------: |-------------: | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp512 | 204.03 ± 1.03 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp1024 | 282.92 ± 0.19 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp2048 | 259.49 ± 0.44 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg128 | 39.12 ± 0.27 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg256 | 39.31 ± 0.69 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg512 | 40.52 ± 0.03 | 100% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp512 | 301.02 ± 1.74 | 147% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp1024 | 287.23 ± 0.20 | 101% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp2048 | 262.77 ± 1.81 | 101% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg128 | 18.80 ± 0.99 | 48% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg256 | 24.46 ± 3.04 | 83% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg512 | 36.32 ± 3.59 | 90% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp512 | 271.71 ± 3.53 | 133% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp1024 | 279.86 ± 45.63 | 100% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp2048 | 320.77 ± 5.00 | 124% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg128 | 43.51 ± 0.05 | 111% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg256 | 43.35 ± 0.09 | 110% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg512 | 42.60 ± 0.31 | 105% | + +Q4_0_8_8 offers a nice bump to prompt processing and a small bump to text generation + +
+ +
+ +## Which file should I choose? + +
+ Click here for details + +A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9) + +The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have. + +If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM. + +If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total. + +Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'. + +If you don't want to think too much, grab one of the K-quants. These are in format 'QX_K_X', like Q5_K_M. + +If you want to get more into the weeds, you can check out this extremely useful feature chart: + +[llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix) + +But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQX_X, like IQ3_M. These are newer and offer better performance for their size. + +These I-quants can also be used on CPU, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide. + +
+ +## Credits + +Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset. + +Thank you ZeroWw for the inspiration to experiment with embed/output. + +Thank you to LM Studio for sponsoring my work. + +Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski diff --git a/agentica-org_DeepCoder-14B-Preview-IQ2_M.gguf b/agentica-org_DeepCoder-14B-Preview-IQ2_M.gguf new file mode 100644 index 0000000..c0cd8cf --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244463bb64f168969c748f6063e26500601bef1af808e10730ce1033f2c4e541 +size 5356147296 diff --git a/agentica-org_DeepCoder-14B-Preview-IQ2_S.gguf b/agentica-org_DeepCoder-14B-Preview-IQ2_S.gguf new file mode 100644 index 0000000..b1edecd --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585bc56ff2de1a2f9da686f443d50e8d008d8ad15245fc12a02848b27d5dcf09 +size 5003727456 diff --git a/agentica-org_DeepCoder-14B-Preview-IQ2_XS.gguf b/agentica-org_DeepCoder-14B-Preview-IQ2_XS.gguf new file mode 100644 index 0000000..17c8741 --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6ea861534e5854e5ce542515ce12d35700ebb9da1fbd33999574bb68249d66 +size 4704576096 diff --git a/agentica-org_DeepCoder-14B-Preview-IQ3_M.gguf b/agentica-org_DeepCoder-14B-Preview-IQ3_M.gguf new file mode 100644 index 0000000..628e5dd --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3c7bb25763ca68f678ebe5dc210731dfad83e6cf604cdae4a67e449001d833 +size 6916538976 diff --git a/agentica-org_DeepCoder-14B-Preview-IQ3_XS.gguf b/agentica-org_DeepCoder-14B-Preview-IQ3_XS.gguf new file mode 100644 index 0000000..151183c --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6835ada32e4853223df489b1dff77061e4d0a130bd0b02229aeb5d1e425e117d +size 6383362656 diff --git a/agentica-org_DeepCoder-14B-Preview-IQ3_XXS.gguf b/agentica-org_DeepCoder-14B-Preview-IQ3_XXS.gguf new file mode 100644 index 0000000..52b1459 --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2aa80318dabdfe968d64d36ae84dc80f67b37b9574eb65d64d758958356606 +size 5946708576 diff --git a/agentica-org_DeepCoder-14B-Preview-IQ4_NL.gguf b/agentica-org_DeepCoder-14B-Preview-IQ4_NL.gguf new file mode 100644 index 0000000..2e8c570 --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894a635542cf19c57d6bf130e60f6e037a88701a98dbdbd9b9e44d2d9a913273 +size 8549184096 diff --git a/agentica-org_DeepCoder-14B-Preview-IQ4_XS.gguf b/agentica-org_DeepCoder-14B-Preview-IQ4_XS.gguf new file mode 100644 index 0000000..fde1f1a --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5720d649a256c37fee7b2d19b0b958e20eecf54553f2e2dae5450a8b32d809 +size 8119841376 diff --git a/agentica-org_DeepCoder-14B-Preview-Q2_K.gguf b/agentica-org_DeepCoder-14B-Preview-Q2_K.gguf new file mode 100644 index 0000000..7a619ac --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0949c22eccffb5a5cffe253a778545d14cfd669dec74711ea40bde5ef078fd +size 5770498656 diff --git a/agentica-org_DeepCoder-14B-Preview-Q2_K_L.gguf b/agentica-org_DeepCoder-14B-Preview-Q2_K_L.gguf new file mode 100644 index 0000000..4f77db2 --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q2_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0d0c83bf4f20eaf7d94de4079e6575e7f13f0ee26cc4473389fb996a80d64f +size 6530818656 diff --git a/agentica-org_DeepCoder-14B-Preview-Q3_K_L.gguf b/agentica-org_DeepCoder-14B-Preview-Q3_K_L.gguf new file mode 100644 index 0000000..254c5ac --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b5f1af613d413a6ee82b0e4a5685ec8f0d366261e7cd28e8d26eef79fd5639 +size 7924769376 diff --git a/agentica-org_DeepCoder-14B-Preview-Q3_K_M.gguf b/agentica-org_DeepCoder-14B-Preview-Q3_K_M.gguf new file mode 100644 index 0000000..c3d9242 --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ad3e5445ed4d93708adccbe16b1f4af26ae318d6f6c203b52cbcfd68f3b425 +size 7339205216 diff --git a/agentica-org_DeepCoder-14B-Preview-Q3_K_S.gguf b/agentica-org_DeepCoder-14B-Preview-Q3_K_S.gguf new file mode 100644 index 0000000..54281df --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ec901c01291411c2b589e1a1a29e38e79fb502beb103fa0d05b10aeac90d1f +size 6659596896 diff --git a/agentica-org_DeepCoder-14B-Preview-Q3_K_XL.gguf b/agentica-org_DeepCoder-14B-Preview-Q3_K_XL.gguf new file mode 100644 index 0000000..f3a5972 --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q3_K_XL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031361a3f43f1847d01bfdb2be05b5d5b31802fab0dd68091a567081419effe2 +size 8606016096 diff --git a/agentica-org_DeepCoder-14B-Preview-Q4_0.gguf b/agentica-org_DeepCoder-14B-Preview-Q4_0.gguf new file mode 100644 index 0000000..3f5d7b4 --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f60030be2287d6a1d52c91e6880352ed99e18da6d955a6204c77cfeaebbca01 +size 8544268896 diff --git a/agentica-org_DeepCoder-14B-Preview-Q4_1.gguf b/agentica-org_DeepCoder-14B-Preview-Q4_1.gguf new file mode 100644 index 0000000..1f79ab7 --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1125f881d62451b6f437865a02c3ce1e5110cda63e5490acce5d82ad638a08 +size 9392140896 diff --git a/agentica-org_DeepCoder-14B-Preview-Q4_K_L.gguf b/agentica-org_DeepCoder-14B-Preview-Q4_K_L.gguf new file mode 100644 index 0000000..1d3d00b --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q4_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455bd0cabbc9fc8fb4595294536eee6f1f33ec9fffdf009c6c68054331f2efa1 +size 9565954656 diff --git a/agentica-org_DeepCoder-14B-Preview-Q4_K_M.gguf b/agentica-org_DeepCoder-14B-Preview-Q4_K_M.gguf new file mode 100644 index 0000000..3e11ad3 --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f0f777de3116ca27d10ec84388b3290a1bf3f7db8c5bdc1f92d100e4231870 +size 8988111456 diff --git a/agentica-org_DeepCoder-14B-Preview-Q4_K_S.gguf b/agentica-org_DeepCoder-14B-Preview-Q4_K_S.gguf new file mode 100644 index 0000000..32812c6 --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b0fad2e46247e853071b0b3341faa36e075b1742084c2e2f22a5fe7dd69145 +size 8573432416 diff --git a/agentica-org_DeepCoder-14B-Preview-Q5_K_L.gguf b/agentica-org_DeepCoder-14B-Preview-Q5_K_L.gguf new file mode 100644 index 0000000..e5c3c33 --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q5_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4e5356592af4e0c50f9258e705456ea4b164946b3a928e352d49ae9344a825 +size 10989396576 diff --git a/agentica-org_DeepCoder-14B-Preview-Q5_K_M.gguf b/agentica-org_DeepCoder-14B-Preview-Q5_K_M.gguf new file mode 100644 index 0000000..d521561 --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f35f8b62ab88294162211210593f6fb61e2afdf3d0b1f2b8338a83757086370 +size 10508874336 diff --git a/agentica-org_DeepCoder-14B-Preview-Q5_K_S.gguf b/agentica-org_DeepCoder-14B-Preview-Q5_K_S.gguf new file mode 100644 index 0000000..bfaa69f --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420f52152c36015b78815e549f0aea0c33643fd95f697314110052c2dabd9003 +size 10266554976 diff --git a/agentica-org_DeepCoder-14B-Preview-Q6_K.gguf b/agentica-org_DeepCoder-14B-Preview-Q6_K.gguf new file mode 100644 index 0000000..6290f7b --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f9b4c16bae9b8b536c584428f2960a097cb24a5b22ee72cb988b84353e102a +size 12124684896 diff --git a/agentica-org_DeepCoder-14B-Preview-Q6_K_L.gguf b/agentica-org_DeepCoder-14B-Preview-Q6_K_L.gguf new file mode 100644 index 0000000..1173598 --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q6_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa05eb91eb61b97950ef82f062e25692c870775a9eaaacfb8d4f66f442cef6f +size 12501803616 diff --git a/agentica-org_DeepCoder-14B-Preview-Q8_0.gguf b/agentica-org_DeepCoder-14B-Preview-Q8_0.gguf new file mode 100644 index 0000000..efde484 --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8add5abcbf3c0413496f039275119f6d74555a16e410c32ada75d69815d904cb +size 15701598816 diff --git a/agentica-org_DeepCoder-14B-Preview-bf16.gguf b/agentica-org_DeepCoder-14B-Preview-bf16.gguf new file mode 100644 index 0000000..91a806a --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview-bf16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8182ceaf8e775b69ed8fb136a96750d75cc0838b018a79cc29541ba18299f1f7 +size 29547716928 diff --git a/agentica-org_DeepCoder-14B-Preview.imatrix b/agentica-org_DeepCoder-14B-Preview.imatrix new file mode 100644 index 0000000..24da9af --- /dev/null +++ b/agentica-org_DeepCoder-14B-Preview.imatrix @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3389d1fccf7a6a5364c96301ee282e566c5a6037dc82ae60eeffeecee19a793 +size 8563610 diff --git a/configuration.json b/configuration.json new file mode 100644 index 0000000..bbeeda1 --- /dev/null +++ b/configuration.json @@ -0,0 +1 @@ +{"framework": "pytorch", "task": "text-generation", "allow_remote": true} \ No newline at end of file