commit eaca50431ac48952553b5724829d74ae8aa84220 Author: ModelHub XC Date: Mon Sep 21 00:26:13 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..53d7257 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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 \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..8069e41 --- /dev/null +++ b/README.md @@ -0,0 +1,175 @@ +--- +quantized_by: bartowski +pipeline_tag: text-generation +base_model_relation: quantized +license_name: katanemo-research +base_model: katanemo/Arch-Function-Chat-1.5B +language: +- en +license: other +license_link: https://huggingface.co/katanemo/Arch-Function-Chat-1.5B/blob/main/LICENSE +--- + +## Llamacpp imatrix Quantizations of Arch-Function-Chat-1.5B by katanemo + +Using llama.cpp release b5010 for quantization. + +Original model: https://huggingface.co/katanemo/Arch-Function-Chat-1.5B + +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 + +``` +<|im_start|>system +{system_prompt}<|im_end|> +<|im_start|>user +{prompt}<|im_end|> +<|im_start|>assistant +``` + +## Download a file (not the whole branch) from below: + +| Filename | Quant type | File Size | Split | Description | +| -------- | ---------- | --------- | ----- | ----------- | +| [Arch-Function-Chat-1.5B-bf16.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-bf16.gguf) | bf16 | 3.09GB | false | Full BF16 weights. | +| [Arch-Function-Chat-1.5B-Q8_0.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q8_0.gguf) | Q8_0 | 1.65GB | false | Extremely high quality, generally unneeded but max available quant. | +| [Arch-Function-Chat-1.5B-Q6_K_L.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q6_K_L.gguf) | Q6_K_L | 1.33GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. | +| [Arch-Function-Chat-1.5B-Q6_K.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q6_K.gguf) | Q6_K | 1.27GB | false | Very high quality, near perfect, *recommended*. | +| [Arch-Function-Chat-1.5B-Q5_K_L.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q5_K_L.gguf) | Q5_K_L | 1.18GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. | +| [Arch-Function-Chat-1.5B-Q5_K_M.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q5_K_M.gguf) | Q5_K_M | 1.13GB | false | High quality, *recommended*. | +| [Arch-Function-Chat-1.5B-Q5_K_S.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q5_K_S.gguf) | Q5_K_S | 1.10GB | false | High quality, *recommended*. | +| [Arch-Function-Chat-1.5B-Q4_K_L.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q4_K_L.gguf) | Q4_K_L | 1.04GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. | +| [Arch-Function-Chat-1.5B-Q4_1.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q4_1.gguf) | Q4_1 | 1.02GB | false | Legacy format, similar performance to Q4_K_S but with improved tokens/watt on Apple silicon. | +| [Arch-Function-Chat-1.5B-Q4_K_M.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q4_K_M.gguf) | Q4_K_M | 0.99GB | false | Good quality, default size for most use cases, *recommended*. | +| [Arch-Function-Chat-1.5B-Q4_K_S.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q4_K_S.gguf) | Q4_K_S | 0.94GB | false | Slightly lower quality with more space savings, *recommended*. | +| [Arch-Function-Chat-1.5B-Q4_0.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q4_0.gguf) | Q4_0 | 0.94GB | false | Legacy format, offers online repacking for ARM and AVX CPU inference. | +| [Arch-Function-Chat-1.5B-IQ4_NL.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-IQ4_NL.gguf) | IQ4_NL | 0.94GB | false | Similar to IQ4_XS, but slightly larger. Offers online repacking for ARM CPU inference. | +| [Arch-Function-Chat-1.5B-Q3_K_XL.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q3_K_XL.gguf) | Q3_K_XL | 0.94GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. | +| [Arch-Function-Chat-1.5B-IQ4_XS.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-IQ4_XS.gguf) | IQ4_XS | 0.90GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. | +| [Arch-Function-Chat-1.5B-Q3_K_L.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q3_K_L.gguf) | Q3_K_L | 0.88GB | false | Lower quality but usable, good for low RAM availability. | +| [Arch-Function-Chat-1.5B-Q3_K_M.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q3_K_M.gguf) | Q3_K_M | 0.82GB | false | Low quality. | +| [Arch-Function-Chat-1.5B-IQ3_M.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-IQ3_M.gguf) | IQ3_M | 0.78GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. | +| [Arch-Function-Chat-1.5B-Q3_K_S.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q3_K_S.gguf) | Q3_K_S | 0.76GB | false | Low quality, not recommended. | +| [Arch-Function-Chat-1.5B-IQ3_XS.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-IQ3_XS.gguf) | IQ3_XS | 0.73GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. | +| [Arch-Function-Chat-1.5B-Q2_K_L.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q2_K_L.gguf) | Q2_K_L | 0.73GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. | +| [Arch-Function-Chat-1.5B-Q2_K.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-Q2_K.gguf) | Q2_K | 0.68GB | false | Very low quality but surprisingly usable. | +| [Arch-Function-Chat-1.5B-IQ3_XXS.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-IQ3_XXS.gguf) | IQ3_XXS | 0.67GB | false | Lower quality, new method with decent performance, comparable to Q3 quants. | +| [Arch-Function-Chat-1.5B-IQ2_M.gguf](https://huggingface.co/bartowski/katanemo_Arch-Function-Chat-1.5B-GGUF/blob/main/katanemo_Arch-Function-Chat-1.5B-IQ2_M.gguf) | IQ2_M | 0.60GB | false | Relatively low quality, uses SOTA techniques to be surprisingly 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/katanemo_Arch-Function-Chat-1.5B-GGUF --include "katanemo_Arch-Function-Chat-1.5B-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/katanemo_Arch-Function-Chat-1.5B-GGUF --include "katanemo_Arch-Function-Chat-1.5B-Q8_0/*" --local-dir ./ +``` + +You can either specify a new local-dir (katanemo_Arch-Function-Chat-1.5B-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/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 diff --git a/katanemo_Arch-Function-Chat-1.5B-IQ2_M.gguf b/katanemo_Arch-Function-Chat-1.5B-IQ2_M.gguf new file mode 100644 index 0000000..6651fe6 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60876ffade8bb372d55f880557396c5dc2359b70d52263b630a06e6709acd19 +size 601055264 diff --git a/katanemo_Arch-Function-Chat-1.5B-IQ3_M.gguf b/katanemo_Arch-Function-Chat-1.5B-IQ3_M.gguf new file mode 100644 index 0000000..403edac --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a909b55685107d8798bfdb083f48883c05b92cc2392ccf514b1b46627f08920 +size 776664608 diff --git a/katanemo_Arch-Function-Chat-1.5B-IQ3_XS.gguf b/katanemo_Arch-Function-Chat-1.5B-IQ3_XS.gguf new file mode 100644 index 0000000..3d42920 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354a82f66fe31b767105131f36b93be1da0dd89cd6d3bd634cf9c35c52502a35 +size 731699744 diff --git a/katanemo_Arch-Function-Chat-1.5B-IQ3_XXS.gguf b/katanemo_Arch-Function-Chat-1.5B-IQ3_XXS.gguf new file mode 100644 index 0000000..50a398c --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec0799d01947d03b01bde84998750c3342679d8e8d7c723328ced66e2ec0aa7 +size 668792864 diff --git a/katanemo_Arch-Function-Chat-1.5B-IQ4_NL.gguf b/katanemo_Arch-Function-Chat-1.5B-IQ4_NL.gguf new file mode 100644 index 0000000..35f62a9 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e25f0700bb586013ee7aa5da2e15f80675dc836fa194086c2ed7e1f5dcc323 +size 936331808 diff --git a/katanemo_Arch-Function-Chat-1.5B-IQ4_XS.gguf b/katanemo_Arch-Function-Chat-1.5B-IQ4_XS.gguf new file mode 100644 index 0000000..5e8c495 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d10d17e4be5f3e4efa7d5234579c0097f84b0aa1aec5ecdf06777e798cc9e3d +size 895732256 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q2_K.gguf b/katanemo_Arch-Function-Chat-1.5B-Q2_K.gguf new file mode 100644 index 0000000..3f8841b --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f140e5c5064a5f68beea8d60bb99b41eb0315262cd6f97eac37d7d6091cd98af +size 676305440 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q2_K_L.gguf b/katanemo_Arch-Function-Chat-1.5B-Q2_K_L.gguf new file mode 100644 index 0000000..8cb36d7 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q2_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e8adace53a260d75a9839ea05b663309801a6b0205626db8d4cb3f99b376b9 +size 732825632 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q3_K_L.gguf b/katanemo_Arch-Function-Chat-1.5B-Q3_K_L.gguf new file mode 100644 index 0000000..93e696e --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c854a05d4c88f18ef5203659463c81b655d24090f3f7d41e478c0b985ebc59f3 +size 880163360 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q3_K_M.gguf b/katanemo_Arch-Function-Chat-1.5B-Q3_K_M.gguf new file mode 100644 index 0000000..2b93ec4 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1518db3cfe58ebba07e55902b66e4bdc22c78e3cb8c83a5228f82db7291e5547 +size 824179232 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q3_K_S.gguf b/katanemo_Arch-Function-Chat-1.5B-Q3_K_S.gguf new file mode 100644 index 0000000..81a132a --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fd556f0d52d44b792bf8e36c10935b880b8980c8a238368456187fe19147b3 +size 760945184 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q3_K_XL.gguf b/katanemo_Arch-Function-Chat-1.5B-Q3_K_XL.gguf new file mode 100644 index 0000000..15b6ce3 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q3_K_XL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6082717163f3cd18f2e3c3ef21698b5d21ebc293ec4ee032568157517ba884 +size 936683552 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q4_0.gguf b/katanemo_Arch-Function-Chat-1.5B-Q4_0.gguf new file mode 100644 index 0000000..ee4bfee --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408428570a46718009969e25c5c801f833ca3c731f79786abd255b687b46794f +size 937536032 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q4_1.gguf b/katanemo_Arch-Function-Chat-1.5B-Q4_1.gguf new file mode 100644 index 0000000..e7d3833 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22408ef3339b56eae7d8c0a8e200487540e4fcdc5b49bc04182bc2053d3066d +size 1016842784 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q4_K_L.gguf b/katanemo_Arch-Function-Chat-1.5B-Q4_K_L.gguf new file mode 100644 index 0000000..1d10b88 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q4_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c013269d3ac3b9b0d3f542bc91f9721ebc399082006ff48dd64743dd4156111 +size 1042569248 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q4_K_M.gguf b/katanemo_Arch-Function-Chat-1.5B-Q4_K_M.gguf new file mode 100644 index 0000000..ff5d98a --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfcb72803745c374a90b0ceb60f347a8c7d1239960cce6a2d22cc1276236098 +size 986049056 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q4_K_S.gguf b/katanemo_Arch-Function-Chat-1.5B-Q4_K_S.gguf new file mode 100644 index 0000000..f054537 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b6bf1047cabebc08eeb31c443e73dd1e5db8553d0a313f9af4abb8b3e8aaa4 +size 940313120 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q5_K_L.gguf b/katanemo_Arch-Function-Chat-1.5B-Q5_K_L.gguf new file mode 100644 index 0000000..ac52869 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q5_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e2d6ec5d6b5029d119f907000020b8b339d7fbb3e7138f1a70fef34f80020b +size 1181571104 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q5_K_M.gguf b/katanemo_Arch-Function-Chat-1.5B-Q5_K_M.gguf new file mode 100644 index 0000000..f348a1a --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba94a332830310169aa1604d60f017454d3975beb3ab54a4fc2f47e9f6c1141 +size 1125050912 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q5_K_S.gguf b/katanemo_Arch-Function-Chat-1.5B-Q5_K_S.gguf new file mode 100644 index 0000000..da45ca8 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6024677319b475f01a30b7ca6b7f1643e9edeb4a9d988242fc9641ef0ebb088 +size 1098730016 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q6_K.gguf b/katanemo_Arch-Function-Chat-1.5B-Q6_K.gguf new file mode 100644 index 0000000..2b40d9b --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c31ca336eefdf13d1736134fde3599b9e856a2bf79b76257cad8881f8a7e35 +size 1272740384 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q6_K_L.gguf b/katanemo_Arch-Function-Chat-1.5B-Q6_K_L.gguf new file mode 100644 index 0000000..bc1bad9 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q6_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3fbd45ebe7fb31055b61e98fc52546067f098b00d15316ea8bb0fa088d2e9b +size 1329260576 diff --git a/katanemo_Arch-Function-Chat-1.5B-Q8_0.gguf b/katanemo_Arch-Function-Chat-1.5B-Q8_0.gguf new file mode 100644 index 0000000..a194833 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e786507bc0f0c8b59b921a40be5a6822331775212137b92d4f5c11c33b085556 +size 1646573600 diff --git a/katanemo_Arch-Function-Chat-1.5B-bf16.gguf b/katanemo_Arch-Function-Chat-1.5B-bf16.gguf new file mode 100644 index 0000000..db357e3 --- /dev/null +++ b/katanemo_Arch-Function-Chat-1.5B-bf16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48544d82449876e00f61d114cd5f88aea48156f852d2c09439dac0ba4c4ea7e6 +size 3093669632 diff --git a/katanemo_Arch-Function-Chat-1.5B.imatrix b/katanemo_Arch-Function-Chat-1.5B.imatrix new file mode 100644 index 0000000..409f98e Binary files /dev/null and b/katanemo_Arch-Function-Chat-1.5B.imatrix differ