Instructions to use Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF:Q6_K # Run inference directly in the terminal: llama cli -hf Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF:Q6_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF:Q6_K # Run inference directly in the terminal: llama cli -hf Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF:Q6_K
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF:Q6_K # Run inference directly in the terminal: ./llama-cli -hf Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF:Q6_K
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF:Q6_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF:Q6_K
Use Docker
docker model run hf.co/Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF:Q6_K
- LM Studio
- Jan
- Ollama
How to use Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF with Ollama:
ollama run hf.co/Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF:Q6_K
- Unsloth Desktop
- Docker Model Runner
How to use Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF with Docker Model Runner:
docker model run hf.co/Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF:Q6_K
- Lemonade
How to use Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Iambackup/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF:Q6_K
Run and chat with the model
lemonade run user.Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF-Q6_K
List all available models
lemonade list
- Atomic Chat
Commit ·
e647604
0
Parent(s):
Duplicate from mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF
Browse filesCo-authored-by: team mradermacher <mradermacher@users.noreply.huggingface.co>
- .gitattributes +60 -0
- Phi-3-medium-4k-instruct-abliterated-v3.i1-Q6_K.gguf +3 -0
- README.md +85 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
Phi-3-medium-4k-instruct-abliterated-v3.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4247516f97a39ad7ab8525af271b855ff89920c34df3873b0d67630b25cf60fb
|
| 3 |
+
size 11453818272
|
README.md
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: failspy/Phi-3-medium-4k-instruct-abliterated-v3
|
| 3 |
+
language:
|
| 4 |
+
- multilingual
|
| 5 |
+
library_name: transformers
|
| 6 |
+
license: mit
|
| 7 |
+
license_link: https://huggingface.co/microsoft/Phi-3-medium-4k-instruct/resolve/main/LICENSE
|
| 8 |
+
mradermacher:
|
| 9 |
+
readme_rev: 1
|
| 10 |
+
quantized_by: mradermacher
|
| 11 |
+
tags:
|
| 12 |
+
- nlp
|
| 13 |
+
- code
|
| 14 |
+
---
|
| 15 |
+
## About
|
| 16 |
+
|
| 17 |
+
<!-- ### quantize_version: 2 -->
|
| 18 |
+
<!-- ### output_tensor_quantised: 1 -->
|
| 19 |
+
<!-- ### convert_type: hf -->
|
| 20 |
+
<!-- ### vocab_type: -->
|
| 21 |
+
<!-- ### tags: nicoboss -->
|
| 22 |
+
weighted/imatrix quants of https://huggingface.co/failspy/Phi-3-medium-4k-instruct-abliterated-v3
|
| 23 |
+
|
| 24 |
+
<!-- provided-files -->
|
| 25 |
+
|
| 26 |
+
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF).***
|
| 27 |
+
|
| 28 |
+
static quants are available at https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-GGUF
|
| 29 |
+
## Usage
|
| 30 |
+
|
| 31 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
| 32 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
| 33 |
+
more details, including on how to concatenate multi-part files.
|
| 34 |
+
|
| 35 |
+
## Provided Quants
|
| 36 |
+
|
| 37 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
| 38 |
+
|
| 39 |
+
| Link | Type | Size/GB | Notes |
|
| 40 |
+
|:-----|:-----|--------:|:------|
|
| 41 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ1_S.gguf) | i1-IQ1_S | 3.1 | for the desperate |
|
| 42 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ1_M.gguf) | i1-IQ1_M | 3.3 | mostly desperate |
|
| 43 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.8 | |
|
| 44 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.2 | |
|
| 45 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ2_S.gguf) | i1-IQ2_S | 4.4 | |
|
| 46 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ2_M.gguf) | i1-IQ2_M | 4.8 | |
|
| 47 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-Q2_K_S.gguf) | i1-Q2_K_S | 4.9 | very low quality |
|
| 48 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-Q2_K.gguf) | i1-Q2_K | 5.2 | IQ3_XXS probably better |
|
| 49 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 5.6 | lower quality |
|
| 50 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.9 | |
|
| 51 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ3_S.gguf) | i1-IQ3_S | 6.2 | beats Q3_K* |
|
| 52 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.2 | IQ3_XS probably better |
|
| 53 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ3_M.gguf) | i1-IQ3_M | 6.6 | |
|
| 54 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-Q3_K_M.gguf) | i1-Q3_K_M | 7.0 | IQ3_S probably better |
|
| 55 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ4_XS.gguf) | i1-IQ4_XS | 7.6 | |
|
| 56 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-Q3_K_L.gguf) | i1-Q3_K_L | 7.6 | IQ3_M probably better |
|
| 57 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-IQ4_NL.gguf) | i1-IQ4_NL | 8.0 | prefer IQ4_XS |
|
| 58 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-Q4_0.gguf) | i1-Q4_0 | 8.0 | fast, low quality |
|
| 59 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-Q4_K_S.gguf) | i1-Q4_K_S | 8.1 | optimal size/speed/quality |
|
| 60 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-Q4_K_M.gguf) | i1-Q4_K_M | 8.7 | fast, recommended |
|
| 61 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-Q4_1.gguf) | i1-Q4_1 | 8.9 | |
|
| 62 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-Q5_K_S.gguf) | i1-Q5_K_S | 9.7 | |
|
| 63 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-Q5_K_M.gguf) | i1-Q5_K_M | 10.2 | |
|
| 64 |
+
| [GGUF](https://huggingface.co/mradermacher/Phi-3-medium-4k-instruct-abliterated-v3-i1-GGUF/resolve/main/Phi-3-medium-4k-instruct-abliterated-v3.i1-Q6_K.gguf) | i1-Q6_K | 11.6 | practically like static Q6_K |
|
| 65 |
+
|
| 66 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
| 67 |
+
types (lower is better):
|
| 68 |
+
|
| 69 |
+

|
| 70 |
+
|
| 71 |
+
And here are Artefact2's thoughts on the matter:
|
| 72 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
| 73 |
+
|
| 74 |
+
## FAQ / Model Request
|
| 75 |
+
|
| 76 |
+
See https://huggingface.co/mradermacher/model_requests for some answers to
|
| 77 |
+
questions you might have and/or if you want some other model quantized.
|
| 78 |
+
|
| 79 |
+
## Thanks
|
| 80 |
+
|
| 81 |
+
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
| 82 |
+
me use its servers and providing upgrades to my workstation to enable
|
| 83 |
+
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.
|
| 84 |
+
|
| 85 |
+
<!-- end -->
|