Instructions to use tensorblock/Platypus2-13B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/Platypus2-13B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Platypus2-13B-GGUF", filename="Platypus2-13B-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-13B-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-13B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Platypus2-13B-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-13B-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Platypus2-13B-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-13B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Platypus2-13B-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-13B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Platypus2-13B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Platypus2-13B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Platypus2-13B-GGUF with Ollama:
ollama run hf.co/tensorblock/Platypus2-13B-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Platypus2-13B-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-13B-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-13B-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-13B-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/Platypus2-13B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Platypus2-13B-GGUF:Q2_K
- Lemonade
How to use tensorblock/Platypus2-13B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Platypus2-13B-GGUF:Q2_K
Run and chat with the model
lemonade run user.Platypus2-13B-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- Platypus2-13B-Q3_K_L.gguf +0 -3
- Platypus2-13B-Q3_K_M.gguf +0 -3
- Platypus2-13B-Q3_K_S.gguf +0 -3
- Platypus2-13B-Q4_0.gguf +0 -3
- Platypus2-13B-Q4_K_M.gguf +0 -3
- Platypus2-13B-Q4_K_S.gguf +0 -3
- Platypus2-13B-Q5_0.gguf +0 -3
- Platypus2-13B-Q5_K_M.gguf +0 -3
- Platypus2-13B-Q5_K_S.gguf +0 -3
- Platypus2-13B-Q6_K.gguf +0 -3
- Platypus2-13B-Q8_0.gguf +0 -3
Platypus2-13B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:61184d9571f6c66f7a62fc4457cd07d938c7d3893977783ac3a45873352ed8f9
|
| 3 |
-
size 6929559968
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-13B-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f641b7a194cc630894175e6d37a4470f47027a3b4e033903118e90a4f2903a6e
|
| 3 |
-
size 6337769888
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-13B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e2241fe4c9c14d73b0e38ae0ed334f0af25fc4a6dc40d7e074f67df7490b7f25
|
| 3 |
-
size 5658980768
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-13B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:63e9850f1b52b6efc00a2ce1a2466b8b1a772f05d225aa2279bf031b18c15db3
|
| 3 |
-
size 7365835168
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-13B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:96f141b2c7607de8f11b71f66592093e51a4360679e8410decf22689eea95cd5
|
| 3 |
-
size 7865956768
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-13B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:056521ffbe83eb09e3a61ccf09975ff1be3288c7b98c9c87cb83b7fff308c2a5
|
| 3 |
-
size 7423179168
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-13B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9812e78779a79458a5c03d48c23e023f14db4213f4ffbc7f24a8a914a68a4e47
|
| 3 |
-
size 8972286368
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-13B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2fcdcc71da3fed6990846f95a4edf8ca4e9f862ff9fff56fb3a29558b6dce246
|
| 3 |
-
size 9229924768
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-13B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7a0ded04c7bf125fb53acfc46dc3e9c0d2edce7aa4418d2c71325a583d788a71
|
| 3 |
-
size 8972286368
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-13B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1155b19173fc496ec7f9d9fe9010303f335b1ea3694081ce5d38faff2ae8dd22
|
| 3 |
-
size 10679140768
|
|
|
|
|
|
|
|
|
|
|
|
Platypus2-13B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d0e49e506209c8a1e3a81bcaef9361c28f134822fa3bcdcadc4798cad89add28
|
| 3 |
-
size 13831319968
|
|
|
|
|
|
|
|
|
|
|
|