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

Model: bartowski/inclusionAI_Ling-lite-0415-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-08 13:54:07 +08:00
commit 2b394a7f3b
30 changed files with 306 additions and 0 deletions

49
.gitattributes vendored Normal file
View File

@@ -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
inclusionAI_Ling-lite-0415.imatrix filter=lfs diff=lfs merge=lfs -text

175
README.md Normal file
View File

@@ -0,0 +1,175 @@
---
quantized_by: bartowski
pipeline_tag: text-generation
license: mit
base_model: inclusionAI/Ling-lite
base_model_relation: quantized
---
## Llamacpp imatrix Quantizations of Ling-lite-0415 by inclusionAI
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b5147">b5147</a> for quantization.
Original model: https://huggingface.co/inclusionAI/Ling-lite
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
```
<role>SYSTEM</role>{system_prompt}<role>HUMAN</role>{prompt}<role>ASSISTANT</role><role>ASSISTANT</role>
```
## What's new:
Ling Lite was updated in place, this upload is for the release on April 18 (that they named in their README as 0415):
https://huggingface.co/inclusionAI/Ling-lite/commit/31ac832cdcb92828a4f999d869480b6f19836e17
## Download a file (not the whole branch) from below:
| Filename | Quant type | File Size | Split | Description |
| -------- | ---------- | --------- | ----- | ----------- |
| [Ling-lite-0415-bf16.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-bf16.gguf) | bf16 | 33.62GB | false | Full BF16 weights. |
| [Ling-lite-0415-Q8_0.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q8_0.gguf) | Q8_0 | 17.87GB | false | Extremely high quality, generally unneeded but max available quant. |
| [Ling-lite-0415-Q6_K_L.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q6_K_L.gguf) | Q6_K_L | 15.18GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
| [Ling-lite-0415-Q6_K.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q6_K.gguf) | Q6_K | 15.05GB | false | Very high quality, near perfect, *recommended*. |
| [Ling-lite-0415-Q5_K_L.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q5_K_L.gguf) | Q5_K_L | 12.91GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
| [Ling-lite-0415-Q5_K_M.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q5_K_M.gguf) | Q5_K_M | 12.75GB | false | High quality, *recommended*. |
| [Ling-lite-0415-Q5_K_S.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q5_K_S.gguf) | Q5_K_S | 11.93GB | false | High quality, *recommended*. |
| [Ling-lite-0415-Q4_K_L.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q4_K_L.gguf) | Q4_K_L | 11.37GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
| [Ling-lite-0415-Q4_K_M.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q4_K_M.gguf) | Q4_K_M | 11.18GB | false | Good quality, default size for most use cases, *recommended*. |
| [Ling-lite-0415-Q4_1.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q4_1.gguf) | Q4_1 | 10.57GB | false | Legacy format, similar performance to Q4_K_S but with improved tokens/watt on Apple silicon. |
| [Ling-lite-0415-Q4_K_S.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q4_K_S.gguf) | Q4_K_S | 10.22GB | false | Slightly lower quality with more space savings, *recommended*. |
| [Ling-lite-0415-Q4_0.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q4_0.gguf) | Q4_0 | 9.57GB | false | Legacy format, offers online repacking for ARM and AVX CPU inference. |
| [Ling-lite-0415-IQ4_NL.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-IQ4_NL.gguf) | IQ4_NL | 9.54GB | false | Similar to IQ4_XS, but slightly larger. Offers online repacking for ARM CPU inference. |
| [Ling-lite-0415-Q3_K_XL.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q3_K_XL.gguf) | Q3_K_XL | 9.30GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
| [Ling-lite-0415-IQ4_XS.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-IQ4_XS.gguf) | IQ4_XS | 9.19GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
| [Ling-lite-0415-Q3_K_L.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q3_K_L.gguf) | Q3_K_L | 9.07GB | false | Lower quality but usable, good for low RAM availability. |
| [Ling-lite-0415-Q3_K_M.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q3_K_M.gguf) | Q3_K_M | 8.73GB | false | Low quality. |
| [Ling-lite-0415-IQ3_M.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-IQ3_M.gguf) | IQ3_M | 8.12GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
| [Ling-lite-0415-Q3_K_S.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q3_K_S.gguf) | Q3_K_S | 8.03GB | false | Low quality, not recommended. |
| [Ling-lite-0415-IQ3_XS.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-IQ3_XS.gguf) | IQ3_XS | 7.65GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
| [Ling-lite-0415-IQ3_XXS.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-IQ3_XXS.gguf) | IQ3_XXS | 7.47GB | false | Lower quality, new method with decent performance, comparable to Q3 quants. |
| [Ling-lite-0415-Q2_K_L.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q2_K_L.gguf) | Q2_K_L | 7.16GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
| [Ling-lite-0415-Q2_K.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-Q2_K.gguf) | Q2_K | 6.91GB | false | Very low quality but surprisingly usable. |
| [Ling-lite-0415-IQ2_M.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-IQ2_M.gguf) | IQ2_M | 6.80GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
| [Ling-lite-0415-IQ2_S.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-IQ2_S.gguf) | IQ2_S | 6.45GB | false | Low quality, uses SOTA techniques to be usable. |
| [Ling-lite-0415-IQ2_XS.gguf](https://huggingface.co/bartowski/inclusionAI_Ling-lite-0415-GGUF/blob/main/inclusionAI_Ling-lite-0415-IQ2_XS.gguf) | IQ2_XS | 6.41GB | 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/inclusionAI_Ling-lite-0415-GGUF --include "inclusionAI_Ling-lite-0415-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/inclusionAI_Ling-lite-0415-GGUF --include "inclusionAI_Ling-lite-0415-Q8_0/*" --local-dir ./
```
You can either specify a new local-dir (inclusionAI_Ling-lite-0415-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, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.
</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.
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

1
configuration.json Normal file
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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