Instructions to use tensorblock/phi-3-mini-128k-function-calling-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/phi-3-mini-128k-function-calling-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/phi-3-mini-128k-function-calling-GGUF", filename="phi-3-mini-128k-function-calling-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/phi-3-mini-128k-function-calling-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/phi-3-mini-128k-function-calling-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/phi-3-mini-128k-function-calling-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/phi-3-mini-128k-function-calling-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/phi-3-mini-128k-function-calling-GGUF:Q2_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 tensorblock/phi-3-mini-128k-function-calling-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/phi-3-mini-128k-function-calling-GGUF:Q2_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 tensorblock/phi-3-mini-128k-function-calling-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/phi-3-mini-128k-function-calling-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/phi-3-mini-128k-function-calling-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/phi-3-mini-128k-function-calling-GGUF with Ollama:
ollama run hf.co/tensorblock/phi-3-mini-128k-function-calling-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/phi-3-mini-128k-function-calling-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 tensorblock/phi-3-mini-128k-function-calling-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 tensorblock/phi-3-mini-128k-function-calling-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/phi-3-mini-128k-function-calling-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/phi-3-mini-128k-function-calling-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/phi-3-mini-128k-function-calling-GGUF:Q2_K
- Lemonade
How to use tensorblock/phi-3-mini-128k-function-calling-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/phi-3-mini-128k-function-calling-GGUF:Q2_K
Run and chat with the model
lemonade run user.phi-3-mini-128k-function-calling-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- phi-3-mini-128k-function-calling-Q3_K_L.gguf +0 -3
- phi-3-mini-128k-function-calling-Q3_K_M.gguf +0 -3
- phi-3-mini-128k-function-calling-Q3_K_S.gguf +0 -3
- phi-3-mini-128k-function-calling-Q4_0.gguf +0 -3
- phi-3-mini-128k-function-calling-Q4_K_M.gguf +0 -3
- phi-3-mini-128k-function-calling-Q4_K_S.gguf +0 -3
- phi-3-mini-128k-function-calling-Q5_0.gguf +0 -3
- phi-3-mini-128k-function-calling-Q5_K_M.gguf +0 -3
- phi-3-mini-128k-function-calling-Q5_K_S.gguf +0 -3
- phi-3-mini-128k-function-calling-Q6_K.gguf +0 -3
- phi-3-mini-128k-function-calling-Q8_0.gguf +0 -3
phi-3-mini-128k-function-calling-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7866d9382f33d4844100bdce8353ab34ef3e7b7c87c32c0665b1d3c2637913e0
|
| 3 |
-
size 2087597472
|
|
|
|
|
|
|
|
|
|
|
|
phi-3-mini-128k-function-calling-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:989e4cfe818f086ce0e7eea7d75ea2c24c9c93346960b145c2668e9e3935f4cb
|
| 3 |
-
size 1955476896
|
|
|
|
|
|
|
|
|
|
|
|
phi-3-mini-128k-function-calling-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dc1ed869d8960ffac5aa2f1e631d507da556e67cc6f4beaad5c8d1ef0e26694d
|
| 3 |
-
size 1681798560
|
|
|
|
|
|
|
|
|
|
|
|
phi-3-mini-128k-function-calling-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:74a7051797225dcf76a2216f7954442835dde53e8ae3db591ec96291f15c4cd6
|
| 3 |
-
size 2176177056
|
|
|
|
|
|
|
|
|
|
|
|
phi-3-mini-128k-function-calling-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dfef875729e6111db69a2d1d932162570691a7eb64335283ec3a7380f1e221bf
|
| 3 |
-
size 2393232288
|
|
|
|
|
|
|
|
|
|
|
|
phi-3-mini-128k-function-calling-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f327d60ebc7702c8f1dfc4fcc013ca0fd3db1b27b37f558eca8dd422e64e8550
|
| 3 |
-
size 2188759968
|
|
|
|
|
|
|
|
|
|
|
|
phi-3-mini-128k-function-calling-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c5edb5ef7ac751a07908bb305ad8e95b68216b52fd1627393d0b73aac6aa7197
|
| 3 |
-
size 2641474464
|
|
|
|
|
|
|
|
|
|
|
|
phi-3-mini-128k-function-calling-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1824f9680da1489ea028a4c35df399c7d9a589012096439f73f9322dcd9d9139
|
| 3 |
-
size 2815275936
|
|
|
|
|
|
|
|
|
|
|
|
phi-3-mini-128k-function-calling-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e5c5bf8145b6b96c71b5b56c879ecc95dae47b4f987b7e1d456f81a0e2a19109
|
| 3 |
-
size 2641474464
|
|
|
|
|
|
|
|
|
|
|
|
phi-3-mini-128k-function-calling-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bf9f89d95ad56b138777aa86b2f567284c5c600640543c1a74e6c4999f7408c4
|
| 3 |
-
size 3135852960
|
|
|
|
|
|
|
|
|
|
|
|
phi-3-mini-128k-function-calling-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3554d4d1c52304e3e7670d0f888d7a53cccbc41eafc25b0903dcdc172f4dd4ed
|
| 3 |
-
size 4061222304
|
|
|
|
|
|
|
|
|
|
|
|