Instructions to use tensorblock/Paraphrase-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/Paraphrase-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 tensorblock/Paraphrase-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Paraphrase-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/Paraphrase-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Paraphrase-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/Paraphrase-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Paraphrase-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/Paraphrase-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Paraphrase-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Paraphrase-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/Paraphrase-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/Paraphrase-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/Paraphrase-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/tensorblock/Paraphrase-GGUF:Q2_K
- Ollama
How to use tensorblock/Paraphrase-GGUF with Ollama:
ollama run hf.co/tensorblock/Paraphrase-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Paraphrase-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/Paraphrase-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/Paraphrase-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/Paraphrase-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Paraphrase-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Paraphrase-GGUF:Q2_K
- Lemonade
How to use tensorblock/Paraphrase-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Paraphrase-GGUF:Q2_K
Run and chat with the model
lemonade run user.Paraphrase-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Remove .gguf files (keep Q2_K.gguf)
Browse files- Paraphrase-Q3_K_L.gguf +0 -3
- Paraphrase-Q3_K_M.gguf +0 -3
- Paraphrase-Q3_K_S.gguf +0 -3
- Paraphrase-Q4_0.gguf +0 -3
- Paraphrase-Q4_K_M.gguf +0 -3
- Paraphrase-Q4_K_S.gguf +0 -3
- Paraphrase-Q5_0.gguf +0 -3
- Paraphrase-Q5_K_M.gguf +0 -3
- Paraphrase-Q5_K_S.gguf +0 -3
- Paraphrase-Q6_K.gguf +0 -3
- Paraphrase-Q8_0.gguf +0 -3
Paraphrase-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:57da6bd52898924d2306975b0599053fbb30cd275e8d5db1c9eaa4168d172e45
|
| 3 |
-
size 137299296
|
|
|
|
|
|
|
|
|
|
|
|
Paraphrase-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7668f787b97d9b5b027ccfb039b8e674567990e7283eaddb9f5ea34f6498ddec
|
| 3 |
-
size 127714656
|
|
|
|
|
|
|
|
|
|
|
|
Paraphrase-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ced3ccbcc18c8a4be7e9f688bc9a0c882145dadfa073f66a472601437c644f37
|
| 3 |
-
size 117226848
|
|
|
|
|
|
|
|
|
|
|
|
Paraphrase-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:afb1349126b05094a558baa5d16c248a79d7319abc755fe6d95a83f5935484cb
|
| 3 |
-
size 146824800
|
|
|
|
|
|
|
|
|
|
|
|
Paraphrase-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:642c4acfe63d9db9ff3a5ae64fc854040f5cd2234ac34b7fa0eed020250da74f
|
| 3 |
-
size 160510560
|
|
|
|
|
|
|
|
|
|
|
|
Paraphrase-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d3116e6d1b9110b3bc2acc334a3a12dd3055e92c0d5b7afa7a23444b7b5b765a
|
| 3 |
-
size 147414624
|
|
|
|
|
|
|
|
|
|
|
|
Paraphrase-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8c718dc3fd123a403b4f84747b84e77aed57284bf90e0a5df16b0f47d7a0020a
|
| 3 |
-
size 174681696
|
|
|
|
|
|
|
|
|
|
|
|
Paraphrase-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0d832b7bf4ab277b0f919896f327ab822795f8dcb203cae6dc7ae863c50d80f5
|
| 3 |
-
size 181731936
|
|
|
|
|
|
|
|
|
|
|
|
Paraphrase-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:09a85267da7170656b573d8e365d06e23e5b9a564daef7cce3e0ec1836e68942
|
| 3 |
-
size 174681696
|
|
|
|
|
|
|
|
|
|
|
|
Paraphrase-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:94d35f8f1c617227224ba5ddf9c085fd062fbed710104b4d44101af8bd27c32d
|
| 3 |
-
size 204279648
|
|
|
|
|
|
|
|
|
|
|
|
Paraphrase-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b0cae844036b841662335b8ea96a7743a5c21a0a28ab102acaaf06d3d0d147f8
|
| 3 |
-
size 264228192
|
|
|
|
|
|
|
|
|
|
|
|