Instructions to use tensorblock/Platypus2-7B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/Platypus2-7B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Platypus2-7B-GGUF", filename="Platypus2-7B-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/Platypus2-7B-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/Platypus2-7B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Platypus2-7B-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/Platypus2-7B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Platypus2-7B-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/Platypus2-7B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Platypus2-7B-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/Platypus2-7B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Platypus2-7B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Platypus2-7B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Platypus2-7B-GGUF with Ollama:
ollama run hf.co/tensorblock/Platypus2-7B-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Platypus2-7B-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/Platypus2-7B-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/Platypus2-7B-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/Platypus2-7B-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/Platypus2-7B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Platypus2-7B-GGUF:Q2_K
- Lemonade
How to use tensorblock/Platypus2-7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Platypus2-7B-GGUF:Q2_K
Run and chat with the model
lemonade run user.Platypus2-7B-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- Platypus2-7B-Q3_K_L.gguf +0 -3
- Platypus2-7B-Q3_K_M.gguf +0 -3
- Platypus2-7B-Q3_K_S.gguf +0 -3
- Platypus2-7B-Q4_0.gguf +0 -3
- Platypus2-7B-Q4_K_M.gguf +0 -3
- Platypus2-7B-Q4_K_S.gguf +0 -3
- Platypus2-7B-Q5_0.gguf +0 -3
- Platypus2-7B-Q5_K_M.gguf +0 -3
- Platypus2-7B-Q5_K_S.gguf +0 -3
- Platypus2-7B-Q6_K.gguf +0 -3
- Platypus2-7B-Q8_0.gguf +0 -3
Platypus2-7B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:93709cdb59ef535141ad0a16f57e272beb0fc231411897a779124755c54ec6eb
|
| 3 |
-
size 3597111488
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-7B-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:adbc9f83abd12e328d5bd85b7576d5b0acc87f0608b47ea230ecfe53052ea584
|
| 3 |
-
size 3298005184
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-7B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:db7c0659c65fda84c5ab10dc9a43a97360d696a87a2a16453fad2ae5f3d77ad3
|
| 3 |
-
size 2948305088
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-7B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:75293db1e5a8bd7c537efef7f0c9b6833a07769a7b270d8c12298544e1b66ba0
|
| 3 |
-
size 3825807552
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-7B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bbabe2e36a47ac641dc05ab030d7166419a75041c8f7506e97e5160be8deb512
|
| 3 |
-
size 4081004736
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-7B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9b22714f930e6a24e343ce0539271726b01ab66d74f151b2222d7b2718621434
|
| 3 |
-
size 3856740544
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-7B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fdd42ec7ad582d2f42cfacec65caed68d0f0331c6d26621609904f313ab33177
|
| 3 |
-
size 4651692224
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-7B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:71c901f70563af514d29c136da2e01429caf0c23d92b0b79a4b1138552124cee
|
| 3 |
-
size 4783157440
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-7B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4d2d24a25d03e305abd52ef28ddd1decff7dda274a0c0c7141c0985bb9ed75c2
|
| 3 |
-
size 4651692224
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-7B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a661a1478e87771206fd089f50726459ebef1a462887f0126c1243902a8ef5b4
|
| 3 |
-
size 5529194688
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-7B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:59b3587f79bcd6328ba3f95634c15b88355bb5854920f1f4edf28909dbc52405
|
| 3 |
-
size 7161090240
|
|
|
|
|
|
|
|
|
|
|
|