初始化项目,由ModelHub XC社区提供模型

Model: bartowski/phi-4-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-05 23:31:13 +08:00
commit 2a370015c6
31 changed files with 335 additions and 0 deletions

63
.gitattributes vendored Normal file
View File

@@ -0,0 +1,63 @@
*.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
phi-4-f16.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q5_K_L.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q4_K_L.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q3_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q2_K_L.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-f32/phi-4-f32-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
phi-4-f32/phi-4-f32-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
phi-4.imatrix filter=lfs diff=lfs merge=lfs -text

187
README.md Normal file
View File

@@ -0,0 +1,187 @@
---
quantized_by: bartowski
pipeline_tag: text-generation
widget:
- messages:
- role: user
content: How should I explain the Internet?
inference:
parameters:
temperature: 0
license: mit
base_model: microsoft/phi-4
license_link: https://huggingface.co/microsoft/phi-4/resolve/main/LICENSE
language:
- en
tags:
- phi
- nlp
- math
- code
- chat
- conversational
---
## Llamacpp imatrix Quantizations of phi-4
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b4456">b4456</a> for quantization.
Original model: https://huggingface.co/microsoft/phi-4
All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
Run them in [LM Studio](https://lmstudio.ai/)
## Prompt format
```
<|im_start|>system<|im_sep|>{system_prompt}<|im_end|><|im_start|>user<|im_sep|>{prompt}<|im_end|><|im_start|>assistant<|im_sep|>
```
## What's new:
Tokenizer fixes as recommended by the unsloth team
## Download a file (not the whole branch) from below:
| Filename | Quant type | File Size | Split | Description |
| -------- | ---------- | --------- | ----- | ----------- |
| [phi-4-f32.gguf](https://huggingface.co/bartowski/phi-4-GGUF/tree/main/phi-4-f32) | f32 | 58.64GB | true | Full F32 weights. |
| [phi-4-f16.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-f16.gguf) | f16 | 29.32GB | false | Full F16 weights. |
| [phi-4-Q8_0.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q8_0.gguf) | Q8_0 | 15.58GB | false | Extremely high quality, generally unneeded but max available quant. |
| [phi-4-Q6_K_L.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q6_K_L.gguf) | Q6_K_L | 12.28GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
| [phi-4-Q6_K.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q6_K.gguf) | Q6_K | 12.03GB | false | Very high quality, near perfect, *recommended*. |
| [phi-4-Q5_K_L.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q5_K_L.gguf) | Q5_K_L | 10.92GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
| [phi-4-Q5_K_M.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q5_K_M.gguf) | Q5_K_M | 10.60GB | false | High quality, *recommended*. |
| [phi-4-Q5_K_S.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q5_K_S.gguf) | Q5_K_S | 10.15GB | false | High quality, *recommended*. |
| [phi-4-Q4_K_L.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q4_K_L.gguf) | Q4_K_L | 9.43GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
| [phi-4-Q4_1.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q4_1.gguf) | Q4_1 | 9.27GB | false | Legacy format, similar performance to Q4_K_S but with improved tokens/watt on Apple silicon. |
| [phi-4-Q4_K_M.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q4_K_M.gguf) | Q4_K_M | 9.05GB | false | Good quality, default size for most use cases, *recommended*. |
| [phi-4-Q4_K_S.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q4_K_S.gguf) | Q4_K_S | 8.44GB | false | Slightly lower quality with more space savings, *recommended*. |
| [phi-4-Q4_0.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q4_0.gguf) | Q4_0 | 8.41GB | false | Legacy format, offers online repacking for ARM and AVX CPU inference. |
| [phi-4-IQ4_NL.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-IQ4_NL.gguf) | IQ4_NL | 8.38GB | false | Similar to IQ4_XS, but slightly larger. Offers online repacking for ARM CPU inference. |
| [phi-4-Q3_K_XL.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q3_K_XL.gguf) | Q3_K_XL | 8.38GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
| [phi-4-IQ4_XS.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-IQ4_XS.gguf) | IQ4_XS | 7.94GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
| [phi-4-Q3_K_L.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q3_K_L.gguf) | Q3_K_L | 7.93GB | false | Lower quality but usable, good for low RAM availability. |
| [phi-4-Q3_K_M.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q3_K_M.gguf) | Q3_K_M | 7.36GB | false | Low quality. |
| [phi-4-IQ3_M.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-IQ3_M.gguf) | IQ3_M | 6.91GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
| [phi-4-Q3_K_S.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q3_K_S.gguf) | Q3_K_S | 6.50GB | false | Low quality, not recommended. |
| [phi-4-IQ3_XS.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-IQ3_XS.gguf) | IQ3_XS | 6.25GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
| [phi-4-Q2_K_L.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q2_K_L.gguf) | Q2_K_L | 6.05GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
| [phi-4-Q2_K.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-Q2_K.gguf) | Q2_K | 5.55GB | false | Very low quality but surprisingly usable. |
| [phi-4-IQ2_M.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-IQ2_M.gguf) | IQ2_M | 5.11GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
| [phi-4-IQ2_S.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-IQ2_S.gguf) | IQ2_S | 4.73GB | false | Low quality, uses SOTA techniques to be usable. |
| [phi-4-IQ2_XS.gguf](https://huggingface.co/bartowski/phi-4-GGUF/blob/main/phi-4-IQ2_XS.gguf) | IQ2_XS | 4.49GB | 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
<details>
<summary>Click to view download instructions</summary>
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/phi-4-GGUF --include "phi-4-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/phi-4-GGUF --include "phi-4-Q8_0/*" --local-dir ./
```
You can either specify a new local-dir (phi-4-Q8_0) or download them all in place (./)
</details>
## 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.
<details>
<summary>Click to view Q4_0_X_X information (deprecated</summary>
I'm keeping this section to show the potential theoretical uplift in performance from using the Q4_0 with online repacking.
<details>
<summary>Click to view benchmarks on an AVX2 system (EPYC7702)</summary>
| 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
</details>
</details>
## Which file should I choose?
<details>
<summary>Click here for details</summary>
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 and Apple Metal, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.
The I-quants are *not* compatible with Vulcan, which is also AMD, so if you have an AMD card double check if you're using the rocBLAS build or the Vulcan build. At the time of writing this, LM Studio has a preview with ROCm support, and other inference engines have specific builds for ROCm.
</details>
## 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.
Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski

1
configuration.json Normal file
View File

@@ -0,0 +1 @@
{"framework": "pytorch", "task": "text-generation", "allow_remote": true}

3
phi-4-IQ2_M.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1473b6d6e36b0e86c07db668d7d46a223c4f41fe5c08b7c578e5082fc044047d
size 5110428096

3
phi-4-IQ2_S.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0706eff686aa012e372827fe5356f79a1c1256122953edc96b3bb7c42201c8e6
size 4731548096

3
phi-4-IQ2_XS.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6d2b06553e3eba1059b9ebbf38ea72d503f4ba27c2d64e96ea1fcbea7f7fe29
size 4485317056

3
phi-4-IQ3_M.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d43cd45a2a0752a22fce64449c2a0032ed377c9d811305ae120c6b728ff0786d
size 6913835456

3
phi-4-IQ3_XS.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:714a7d8d8893444f1590e123da542f36293a6047f9233aeb50d4351545b26229
size 6246699456

3
phi-4-IQ4_NL.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aeee5c2bc82b65865fe1c7f96afb6ca1b9de1e5d575c82cda613aa0b0b038f79
size 8383418816

3
phi-4-IQ4_XS.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9dfc40682994853e5666d62cf949f73723faf76b80cfd8ea2108c32e170af404
size 7941378496

3
phi-4-Q2_K.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84dcd928908d18f723cb9884ba7cd18791a3a0160c7d8bbb8cd6cbd1631394d4
size 5547348416

3
phi-4-Q2_K_L.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fbfe1a8f3323b609b934488b04460f0e396d3d7b9d53acb4cb4b38ced6d3eaa
size 6049108416

3
phi-4-Q3_K_L.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71dc26236f31ed8a978041c22297a11cd2e4ed450dc5f28536b7f0b5ad3a8bb4
size 7930155456

3
phi-4-Q3_K_M.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8bf3e36c72aec8107ed9942bc9f1c89f4b7786f17c795e305b5993426293d14f
size 7363269056

3
phi-4-Q3_K_S.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e2a31b748faa586d243c2e55ce7e35bcbcb68d0ec616e4c7747de77e72c1e11
size 6504747456

3
phi-4-Q3_K_XL.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12012e64d92da2647f0bfb8d43c27c0b2ab95147dca763001dc2ad42c8e6e653
size 8379732416

3
phi-4-Q4_0.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c3e1b5bfb03bb4b13cf7ff4889676c5ad4ea92049352d8e1ded3f443f9b68c6
size 8412090816

3
phi-4-Q4_1.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a1e5c07a29ae5707e31536697696731eab56e3d797758f59ca9301a6aaf5044
size 9267499456

3
phi-4-Q4_K_L.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:184c7079893a4ad3c42bff175fb1570462696e94b8c30f1f6c1dc22e46103eb2
size 9434452416

3
phi-4-Q4_K_M.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:009aba717c09d4a35890c7d35eb59d54e1dba884c7c526e7197d9c13ab5911d9
size 9053114816

3
phi-4-Q4_K_S.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17ee967737f161c78f30b8ce9218e9ada7a7ac54509a72c7baa2fc4f2c66dcc6
size 8440762816

3
phi-4-Q5_K_L.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5282bdab73d4763296bceca1ecaa123a1e63727530df697e1bf6b177383c7d8
size 10921300416

3
phi-4-Q5_K_M.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4b1ecedddfdd25a9c44c10a77bb118bcbb6a9004234286c7d4a4510c907f073
size 10604188096

3
phi-4-Q5_K_S.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb8dc62c49070a8ed1813dce69f09c161266a7f9ef0654dce9101a93e8a46455
size 10151580096

3
phi-4-Q6_K.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:537248da5492a9a34b1d811307c6b9226d9539a81653aa9bb0d7ec6104169320
size 12030251456

3
phi-4-Q6_K_L.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e80468e5ada4904fe5b282424a8bd9863d5fcedea5ee5ebe2ea697d64027d272
size 12279124416

3
phi-4-Q8_0.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68efc525888cc34fc2cb539c2f4409653d57994e35b3a5735d2a59b871871bf3
size 15580500416

3
phi-4-f16.gguf Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f92820e6fec31c444795020c78e74b514f08455371bcf01977bc912c99bb4dba
size 29323399616

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9f9639a4cc14badb9cab426739e9af10b5eb74eda6a5fffce05a97f9d565377
size 39494049664

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8dab9ca46a9f1bc9ebfe44fdf38fd995022347da62226f63daac553f81b3cc3
size 19147534880

3
phi-4.imatrix Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57fcf7e1beb22782d41003f1d0b6dcdd9698068de5f6902ca42f8b48421d5087
size 5330288