Instructions to use tensorblock/PiVoT-MoE-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/PiVoT-MoE-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/PiVoT-MoE-GGUF", filename="PiVoT-MoE-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/PiVoT-MoE-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/PiVoT-MoE-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/PiVoT-MoE-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/PiVoT-MoE-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/PiVoT-MoE-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/PiVoT-MoE-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/PiVoT-MoE-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/PiVoT-MoE-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/PiVoT-MoE-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/PiVoT-MoE-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/PiVoT-MoE-GGUF with Ollama:
ollama run hf.co/tensorblock/PiVoT-MoE-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/PiVoT-MoE-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/PiVoT-MoE-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/PiVoT-MoE-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/PiVoT-MoE-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/PiVoT-MoE-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/PiVoT-MoE-GGUF:Q2_K
- Lemonade
How to use tensorblock/PiVoT-MoE-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/PiVoT-MoE-GGUF:Q2_K
Run and chat with the model
lemonade run user.PiVoT-MoE-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- PiVoT-MoE-Q3_K_L.gguf +0 -3
- PiVoT-MoE-Q3_K_S.gguf +0 -3
- PiVoT-MoE-Q4_0.gguf +0 -3
- PiVoT-MoE-Q4_K_M.gguf +0 -3
- PiVoT-MoE-Q4_K_S.gguf +0 -3
- PiVoT-MoE-Q5_0.gguf +0 -3
- PiVoT-MoE-Q5_K_M.gguf +0 -3
- PiVoT-MoE-Q5_K_S.gguf +0 -3
- PiVoT-MoE-Q6_K.gguf +0 -3
- PiVoT-MoE-Q8_0.gguf +0 -3
PiVoT-MoE-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4ecc6d996647f7a3ded1d4078a296a0b9be150e5c27ade5d4b0888e77cbb239b
|
| 3 |
-
size 18733838400
|
|
|
|
|
|
|
|
|
|
|
|
PiVoT-MoE-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e8883038267b0a4a39088b51f278fd40a4e661085570e183a3f89ceebff408e8
|
| 3 |
-
size 15567663168
|
|
|
|
|
|
|
|
|
|
|
|
PiVoT-MoE-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:424faa45081f361182d543c78d6f0d120536ddb223482f83ee461eb47a57f371
|
| 3 |
-
size 20344557632
|
|
|
|
|
|
|
|
|
|
|
|
PiVoT-MoE-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:86abb742367623e043c197d1b7d1ed87fbd300d9de442424a42fe3031e2fe63a
|
| 3 |
-
size 21823836224
|
|
|
|
|
|
|
|
|
|
|
|
PiVoT-MoE-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:706e332eb57747b152c98e1bea520c713acafc4fee905a488d546c9f41b30f03
|
| 3 |
-
size 20522815552
|
|
|
|
|
|
|
|
|
|
|
|
PiVoT-MoE-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:173a0ed37dbb7f696cf2f458cc2262047387cec6aa38289b19825249a4714f9d
|
| 3 |
-
size 24840458304
|
|
|
|
|
|
|
|
|
|
|
|
PiVoT-MoE-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4c1fc6afa17542eb3fa794e148903bc48f7c24a44729a989ab7a04ddc57e5e36
|
| 3 |
-
size 25602510912
|
|
|
|
|
|
|
|
|
|
|
|
PiVoT-MoE-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e49168cc112ff5b537a45ccf52c247c754f2f7c83caff0c9279c785841585b28
|
| 3 |
-
size 24840458304
|
|
|
|
|
|
|
|
|
|
|
|
PiVoT-MoE-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d46a27b162478aaf02803fc839e69d3a7859ab95618ec3ec46a17088fbcc471e
|
| 3 |
-
size 29617352768
|
|
|
|
|
|
|
|
|
|
|
|
PiVoT-MoE-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6c22415ca7a41c9109ec1202a34a36610520536d5c57539c12631ca3becd8e58
|
| 3 |
-
size 38359904320
|
|
|
|
|
|
|
|
|
|
|
|