Instructions to use mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Phi-3.5-mini-instruct-SLDS-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/Phi-3.5-mini-instruct-SLDS-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Phi-3.5-mini-instruct-SLDS-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/Phi-3.5-mini-instruct-SLDS-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Phi-3.5-mini-instruct-SLDS-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/Phi-3.5-mini-instruct-SLDS-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Phi-3.5-mini-instruct-SLDS-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/Phi-3.5-mini-instruct-SLDS-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF with Ollama:
ollama run hf.co/mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Phi-3.5-mini-instruct-SLDS-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Phi-3.5-mini-instruct-SLDS-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from rich1
Browse files- .gitattributes +12 -0
- Phi-3.5-mini-instruct-SLDS.IQ4_XS.gguf +3 -0
- Phi-3.5-mini-instruct-SLDS.Q2_K.gguf +3 -0
- Phi-3.5-mini-instruct-SLDS.Q3_K_L.gguf +3 -0
- Phi-3.5-mini-instruct-SLDS.Q3_K_M.gguf +3 -0
- Phi-3.5-mini-instruct-SLDS.Q3_K_S.gguf +3 -0
- Phi-3.5-mini-instruct-SLDS.Q4_K_M.gguf +3 -0
- Phi-3.5-mini-instruct-SLDS.Q4_K_S.gguf +3 -0
- Phi-3.5-mini-instruct-SLDS.Q5_K_M.gguf +3 -0
- Phi-3.5-mini-instruct-SLDS.Q5_K_S.gguf +3 -0
- Phi-3.5-mini-instruct-SLDS.Q6_K.gguf +3 -0
- Phi-3.5-mini-instruct-SLDS.Q8_0.gguf +3 -0
- Phi-3.5-mini-instruct-SLDS.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
Phi-3.5-mini-instruct-SLDS.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Phi-3.5-mini-instruct-SLDS.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Phi-3.5-mini-instruct-SLDS.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Phi-3.5-mini-instruct-SLDS.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Phi-3.5-mini-instruct-SLDS.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Phi-3.5-mini-instruct-SLDS.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Phi-3.5-mini-instruct-SLDS.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Phi-3.5-mini-instruct-SLDS.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Phi-3.5-mini-instruct-SLDS.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Phi-3.5-mini-instruct-SLDS.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Phi-3.5-mini-instruct-SLDS.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Phi-3.5-mini-instruct-SLDS.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Phi-3.5-mini-instruct-SLDS.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e97a5ae0535063f6735556f2c2e447b7545487fdb583b2eb9b6e6ef75caf203d
|
| 3 |
+
size 2075587392
|
Phi-3.5-mini-instruct-SLDS.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2aae0210997ca11402d7d53011c941d9ee7d0b8263e3bca7931dd537c5816c14
|
| 3 |
+
size 1446881088
|
Phi-3.5-mini-instruct-SLDS.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a19f123e77763cddd2d047b2c9564f64d0d713cef88aeb567e2096333ad9755
|
| 3 |
+
size 2045136192
|
Phi-3.5-mini-instruct-SLDS.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8be4b25392e2577559a3b99fc00a91c0a9afb11c970d4e19817547ff9d9cb275
|
| 3 |
+
size 1877626176
|
Phi-3.5-mini-instruct-SLDS.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a22d9b36fe2b68eb23a4ea3b2a4129de3f64a1329c4cd100f4869eda70fa766
|
| 3 |
+
size 1681804608
|
Phi-3.5-mini-instruct-SLDS.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:453adcc923f886b27f4bc1c167fb5fa8cf219e350f73f67abdd54d7d38e483e5
|
| 3 |
+
size 2318920512
|
Phi-3.5-mini-instruct-SLDS.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abf6611e9e9bf8296258e4bbe624ff359409e575ec9c04938b0fb39f1cd09be7
|
| 3 |
+
size 2193484608
|
Phi-3.5-mini-instruct-SLDS.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:668b7a3761752c5835e753bf529404860d24128ccf73da89fc1efd54d05eced4
|
| 3 |
+
size 2715011904
|
Phi-3.5-mini-instruct-SLDS.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c6a08acef3dc0e78929a72eeca16fd10aa42c8ec777cb18823e58f377bcdd19
|
| 3 |
+
size 2641480512
|
Phi-3.5-mini-instruct-SLDS.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1135e720bd85cd632d08ffb866a8e24a65f9325313061ba26a74cb4899e5f035
|
| 3 |
+
size 3135859008
|
Phi-3.5-mini-instruct-SLDS.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50f07def106cda5ab52f81d81568a0a998d27bc2e40b257e5fe84dc4e9e2cd00
|
| 3 |
+
size 4061228352
|
Phi-3.5-mini-instruct-SLDS.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcd140ec1014fe02e6eec37962983fcd60fd68fe9f8a0f9e24b79639ffe5b59a
|
| 3 |
+
size 7643303232
|