commit 383c68871a4ed86daaf7c93e0231b54bb12e2420 Author: ModelHub XC Date: Sun Jun 14 04:26:16 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b98f008 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,57 @@ +*.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 +dolphin-2.9.4-llama3.1-8b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +dolphin-2.9.4-llama3.1-8b.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..d342704 --- /dev/null +++ b/README.md @@ -0,0 +1,90 @@ +--- +base_model: dphn/dolphin-2.9.4-llama3.1-8b +datasets: +- cognitivecomputations/Dolphin-2.9 +- m-a-p/CodeFeedback-Filtered-Instruction +- cognitivecomputations/dolphin-coder +- cognitivecomputations/samantha-data +- microsoft/orca-math-word-problems-200k +- mlabonne/FineTome-100k +- arcee/agent_data +- PawanKrd/math-gpt-4o-200k +- cognitivecomputations/SystemChat-2.0 +language: +- en +library_name: transformers +license: llama3.1 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- generated_from_trainer +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/dphn/dolphin-2.9.4-llama3.1-8b + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#dolphin-2.9.4-llama3.1-8b-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-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/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/dolphin-2.9.4-llama3.1-8b-i1-GGUF/resolve/main/dolphin-2.9.4-llama3.1-8b.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | 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/dolphin-2.9.4-llama3.1-8b.i1-IQ1_M.gguf b/dolphin-2.9.4-llama3.1-8b.i1-IQ1_M.gguf new file mode 100644 index 0000000..046f23c --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6487ed412c30fe15f411a96acccbd795540c8b5b589e70c3d1916308f21ec07 +size 2161981728 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-IQ1_S.gguf b/dolphin-2.9.4-llama3.1-8b.i1-IQ1_S.gguf new file mode 100644 index 0000000..bed4de3 --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a60b0fa359166d25bd61e52f6c31ae96927ba2ff05d66bad848b61b60a8112f +size 2019637536 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-IQ2_M.gguf b/dolphin-2.9.4-llama3.1-8b.i1-IQ2_M.gguf new file mode 100644 index 0000000..5da17d7 --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ab0216ad58a342e76c7607d12587fb1a02697596563d7111426efd1cc943b1 +size 2948291680 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-IQ2_S.gguf b/dolphin-2.9.4-llama3.1-8b.i1-IQ2_S.gguf new file mode 100644 index 0000000..959c01b --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5461747e6aad8bdc2a8855782de2094d0b67559d9f0eb9c56c1514cf9aac85ab +size 2758499424 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-IQ2_XS.gguf b/dolphin-2.9.4-llama3.1-8b.i1-IQ2_XS.gguf new file mode 100644 index 0000000..becf87b --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a198ae61f163c23de89211e947080f8d9a2a2329a7fcaf471f2d0c6fd59fee +size 2605791520 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-IQ2_XXS.gguf b/dolphin-2.9.4-llama3.1-8b.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..7eed9e7 --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c91dfc3b2ce7000e8af7d12a95abeaf905935ae7ef0e0a92b462142a62ad73 +size 2399222048 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-IQ3_M.gguf b/dolphin-2.9.4-llama3.1-8b.i1-IQ3_M.gguf new file mode 100644 index 0000000..8cc040e --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b373ab5d509d6002f6809bfafef067068f25195dced09b3235a1e83b1273d8 +size 3784835232 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-IQ3_S.gguf b/dolphin-2.9.4-llama3.1-8b.i1-IQ3_S.gguf new file mode 100644 index 0000000..56226b4 --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4af40240d7ba419291903884fd0049daa29ee4db475130bcf7a72d383cdd3b +size 3682336928 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-IQ3_XS.gguf b/dolphin-2.9.4-llama3.1-8b.i1-IQ3_XS.gguf new file mode 100644 index 0000000..cd762a0 --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af1d8e42b2ddb9b27bf3555d7f3c5bbf1f1bcf3eb6330d0d7db45dff7267e96 +size 3518759072 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-IQ3_XXS.gguf b/dolphin-2.9.4-llama3.1-8b.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..6f13293 --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c0754e8cea3303f18103e1cee860377d7f8c3b34b59bcc6cdbd7d04d868b5f +size 3274923104 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-IQ4_XS.gguf b/dolphin-2.9.4-llama3.1-8b.i1-IQ4_XS.gguf new file mode 100644 index 0000000..d9666de --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5300c183f2d4944f00204a097302f81e3dfb8a139f6becaea926ffe05207680 +size 4447675360 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-Q2_K.gguf b/dolphin-2.9.4-llama3.1-8b.i1-Q2_K.gguf new file mode 100644 index 0000000..5c82d9e --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5f78abd0b03f7bed9f0d9e4f28b775a243b81f3e7c2d78b0b8f226a6c29f3d +size 3179142496 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-Q3_K_L.gguf b/dolphin-2.9.4-llama3.1-8b.i1-Q3_K_L.gguf new file mode 100644 index 0000000..e66a5f3 --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983394f0cb2a069e93015439dde228be495491904a821ccf1babe553c5161170 +size 4321968288 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-Q3_K_M.gguf b/dolphin-2.9.4-llama3.1-8b.i1-Q3_K_M.gguf new file mode 100644 index 0000000..c83d23e --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70268db0a5942fcd9fcf0456bcc5d52aa29d33243da1a115bc5d997bf4be93ce +size 4018929824 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-Q3_K_S.gguf b/dolphin-2.9.4-llama3.1-8b.i1-Q3_K_S.gguf new file mode 100644 index 0000000..a3c2694 --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28924a7646ee75f18f551cf2548accad3f8a821103f6389330521feb305b5eae +size 3664511136 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-Q4_0.gguf b/dolphin-2.9.4-llama3.1-8b.i1-Q4_0.gguf new file mode 100644 index 0000000..391552c --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a697719842ffc5e53c56b33c23fc6e959afe610049ad8d4cac944cbdca6e4bff +size 4675904736 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-Q4_K_M.gguf b/dolphin-2.9.4-llama3.1-8b.i1-Q4_K_M.gguf new file mode 100644 index 0000000..e33129d --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97850513dfe35316b6b0a5901563e79cbf86f4cad0f8e1fc82b02d03f3565dbd +size 4920747232 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-Q4_K_S.gguf b/dolphin-2.9.4-llama3.1-8b.i1-Q4_K_S.gguf new file mode 100644 index 0000000..97aa34c --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de16158ead62d3027ef8c7158018cc0f8059afbdcab73097bcb836fee68fe8e6 +size 4692681952 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-Q5_K_M.gguf b/dolphin-2.9.4-llama3.1-8b.i1-Q5_K_M.gguf new file mode 100644 index 0000000..5b3defe --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da569e5239f47e958b033cdd35908ce571587f6d10f75a498a7b05be1b247538 +size 5733001440 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-Q5_K_S.gguf b/dolphin-2.9.4-llama3.1-8b.i1-Q5_K_S.gguf new file mode 100644 index 0000000..a01d8a9 --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e0cc4ef532b3ac358d7070a5d0e97124cabcc47cbe64f5b63d79daaf15bc17 +size 5599308000 diff --git a/dolphin-2.9.4-llama3.1-8b.i1-Q6_K.gguf b/dolphin-2.9.4-llama3.1-8b.i1-Q6_K.gguf new file mode 100644 index 0000000..05026a7 --- /dev/null +++ b/dolphin-2.9.4-llama3.1-8b.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1226e28aeaa1aed5ac43ff1f422e6a3fb9a5a5ccaf590307128f3ed56ec844a5 +size 6596021536 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..1a7eb50 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f6b31c37410ab3cb5d769c077eac5962510aa4eb273955e15db6d8dff35d1e +size 4988157