Instructions to use mradermacher/MediPhi-Instruct-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/MediPhi-Instruct-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/MediPhi-Instruct-i1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/MediPhi-Instruct-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 mradermacher/MediPhi-Instruct-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/MediPhi-Instruct-i1-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/MediPhi-Instruct-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/MediPhi-Instruct-i1-GGUF:Q4_K_M
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 mradermacher/MediPhi-Instruct-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/MediPhi-Instruct-i1-GGUF:Q4_K_M
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 mradermacher/MediPhi-Instruct-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/MediPhi-Instruct-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/MediPhi-Instruct-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/MediPhi-Instruct-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/MediPhi-Instruct-i1-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/MediPhi-Instruct-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/MediPhi-Instruct-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/MediPhi-Instruct-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/MediPhi-Instruct-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.MediPhi-Instruct-i1-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from kaos
Browse files- .gitattributes +24 -0
- MediPhi-Instruct.i1-IQ1_M.gguf +3 -0
- MediPhi-Instruct.i1-IQ1_S.gguf +3 -0
- MediPhi-Instruct.i1-IQ2_M.gguf +3 -0
- MediPhi-Instruct.i1-IQ2_S.gguf +3 -0
- MediPhi-Instruct.i1-IQ2_XS.gguf +3 -0
- MediPhi-Instruct.i1-IQ2_XXS.gguf +3 -0
- MediPhi-Instruct.i1-IQ3_M.gguf +3 -0
- MediPhi-Instruct.i1-IQ3_S.gguf +3 -0
- MediPhi-Instruct.i1-IQ3_XS.gguf +3 -0
- MediPhi-Instruct.i1-IQ3_XXS.gguf +3 -0
- MediPhi-Instruct.i1-IQ4_NL.gguf +3 -0
- MediPhi-Instruct.i1-IQ4_XS.gguf +3 -0
- MediPhi-Instruct.i1-Q2_K.gguf +3 -0
- MediPhi-Instruct.i1-Q2_K_S.gguf +3 -0
- MediPhi-Instruct.i1-Q3_K_L.gguf +3 -0
- MediPhi-Instruct.i1-Q3_K_M.gguf +3 -0
- MediPhi-Instruct.i1-Q3_K_S.gguf +3 -0
- MediPhi-Instruct.i1-Q4_0.gguf +3 -0
- MediPhi-Instruct.i1-Q4_1.gguf +3 -0
- MediPhi-Instruct.i1-Q4_K_M.gguf +3 -0
- MediPhi-Instruct.i1-Q4_K_S.gguf +3 -0
- MediPhi-Instruct.i1-Q5_K_M.gguf +3 -0
- MediPhi-Instruct.i1-Q5_K_S.gguf +3 -0
- MediPhi-Instruct.i1-Q6_K.gguf +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,27 @@ saved_model/**/* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
MediPhi-Instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
MediPhi-Instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
MediPhi-Instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
MediPhi-Instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
MediPhi-Instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
MediPhi-Instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
MediPhi-Instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
MediPhi-Instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
MediPhi-Instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
MediPhi-Instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
MediPhi-Instruct.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
MediPhi-Instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
MediPhi-Instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
MediPhi-Instruct.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
MediPhi-Instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
MediPhi-Instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
MediPhi-Instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
MediPhi-Instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
MediPhi-Instruct.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
MediPhi-Instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
MediPhi-Instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
MediPhi-Instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
MediPhi-Instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
MediPhi-Instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
MediPhi-Instruct.i1-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44fb91a2d194d4581c18924b395d4fc18718c03c184751b871c48405daf80be9
|
| 3 |
+
size 917109504
|
MediPhi-Instruct.i1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd8b624dce13d8575dae98e797ac204564b660541a7bac78610ce8412b234259
|
| 3 |
+
size 841612032
|
MediPhi-Instruct.i1-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:388777fa55be0017f610eade9ccf41e22727bc5fd4e6e0af1b71c26a9645677f
|
| 3 |
+
size 1316397312
|
MediPhi-Instruct.i1-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3c1e57f0c3c54ef4fcb5650fd778419ef5549f2face81bc11fef6038d576120
|
| 3 |
+
size 1215734016
|
MediPhi-Instruct.i1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dae5e118f09c135da9ab653c656875b06e025ed6560e0968388224cb2b2a3117
|
| 3 |
+
size 1153039104
|
MediPhi-Instruct.i1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4add43d9d5ce0700d898fe3af6e40d5ff3f9f3efdd2da20bdeeb804bb1f8503
|
| 3 |
+
size 1042938624
|
MediPhi-Instruct.i1-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:618e3d55fffdf0d82b1b85380918e720989c639d129d9e8d7d8593931e816296
|
| 3 |
+
size 1855602432
|
MediPhi-Instruct.i1-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58baac0b856ea1cb190a7c07bf5217499fa6503a7d7429261d05cb7a951cb638
|
| 3 |
+
size 1681800960
|
MediPhi-Instruct.i1-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5674319ae7891b53c38bd293e488742e4894aa119add936db126da001a1739a4
|
| 3 |
+
size 1625177856
|
MediPhi-Instruct.i1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e45873442c1d4f24143f267e5d6db33e516330086fe415d821f1a2f565e39be8
|
| 3 |
+
size 1513005312
|
MediPhi-Instruct.i1-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2da0b9439564825fdef41c6e00e647b98ed40998a3f4fa3a7e2c4f44fd25737
|
| 3 |
+
size 2176179456
|
MediPhi-Instruct.i1-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d895f484b5b088e6649913e5bc1fb6e17eb1c3671282a89424050ecd322c813c
|
| 3 |
+
size 2059855104
|
MediPhi-Instruct.i1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58ef269aa29764d61caec50e590c0dc44663f789dec9d69e90a8fe5c3c9db863
|
| 3 |
+
size 1416206592
|
MediPhi-Instruct.i1-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5bc76d60d76b787dba2fae9fb26aec6c50d76a3f5461804d9ab54c495aa66dc
|
| 3 |
+
size 1327339776
|
MediPhi-Instruct.i1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2a5024bea614e4860708eb629fe1c2a36649ac0a44c1a1948852e5f2cf1ee7d
|
| 3 |
+
size 2087599872
|
MediPhi-Instruct.i1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cd1be13664adeafb74a6c5926f57361e6e5f9ffcc89aa9b0aadc01a7ecf868a
|
| 3 |
+
size 1955479296
|
MediPhi-Instruct.i1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b18bbdb4de626ce3b1d87dea9c3c0ee6ee62d108733073bca93792f36cf109fc
|
| 3 |
+
size 1681800960
|
MediPhi-Instruct.i1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7340ad93f9e3e15ee5a0ee4344e0b360e4e700b6c6069759aae5d1c9b3645f3
|
| 3 |
+
size 2182470912
|
MediPhi-Instruct.i1-Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9e235702c309b1e3861d21b604322f50bb7a329427be689a63ba63942ba51f7
|
| 3 |
+
size 2408828160
|
MediPhi-Instruct.i1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0de8014c33a8912bef4d3a3610ca59388f55432aa2baad251dd2eac76e85c583
|
| 3 |
+
size 2393234688
|
MediPhi-Instruct.i1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e98d72685b172ceec585da9d17f68f3bc3d7362da8c0f10c3d76aef537010fd7
|
| 3 |
+
size 2188762368
|
MediPhi-Instruct.i1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a0ab86a5074f93f91b4a906a7e42e2b1b03a08a780d62036c0fb4bfba83ba07
|
| 3 |
+
size 2815278336
|
MediPhi-Instruct.i1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67fc929defec909ba377327f15290fdaaf473aebfdab20007fdcb49ab404cc0a
|
| 3 |
+
size 2641476864
|
MediPhi-Instruct.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc752317ac31118f50a9d0709a40f7ff0bb5313f510cc0087c2bed831e797f42
|
| 3 |
+
size 3135855360
|