Instructions to use tensorblock/T5_Paraphrase_Paws-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/T5_Paraphrase_Paws-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/T5_Paraphrase_Paws-GGUF", filename="T5_Paraphrase_Paws-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/T5_Paraphrase_Paws-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/T5_Paraphrase_Paws-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/T5_Paraphrase_Paws-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/T5_Paraphrase_Paws-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/T5_Paraphrase_Paws-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/T5_Paraphrase_Paws-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/T5_Paraphrase_Paws-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/T5_Paraphrase_Paws-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/T5_Paraphrase_Paws-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/T5_Paraphrase_Paws-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/T5_Paraphrase_Paws-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/T5_Paraphrase_Paws-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/T5_Paraphrase_Paws-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/tensorblock/T5_Paraphrase_Paws-GGUF:Q2_K
- Ollama
How to use tensorblock/T5_Paraphrase_Paws-GGUF with Ollama:
ollama run hf.co/tensorblock/T5_Paraphrase_Paws-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/T5_Paraphrase_Paws-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/T5_Paraphrase_Paws-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/T5_Paraphrase_Paws-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/T5_Paraphrase_Paws-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/T5_Paraphrase_Paws-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/T5_Paraphrase_Paws-GGUF:Q2_K
- Lemonade
How to use tensorblock/T5_Paraphrase_Paws-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/T5_Paraphrase_Paws-GGUF:Q2_K
Run and chat with the model
lemonade run user.T5_Paraphrase_Paws-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- T5_Paraphrase_Paws-Q3_K_L.gguf +0 -3
- T5_Paraphrase_Paws-Q3_K_S.gguf +0 -3
- T5_Paraphrase_Paws-Q4_0.gguf +0 -3
- T5_Paraphrase_Paws-Q4_K_M.gguf +0 -3
- T5_Paraphrase_Paws-Q4_K_S.gguf +0 -3
- T5_Paraphrase_Paws-Q5_0.gguf +0 -3
- T5_Paraphrase_Paws-Q5_K_M.gguf +0 -3
- T5_Paraphrase_Paws-Q5_K_S.gguf +0 -3
- T5_Paraphrase_Paws-Q6_K.gguf +0 -3
- T5_Paraphrase_Paws-Q8_0.gguf +0 -3
T5_Paraphrase_Paws-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:05ec43cc6d9f0d5d24fa358cde8083fe8e320cb265104cf51238d72127a319ba
|
| 3 |
-
size 126697696
|
|
|
|
|
|
|
|
|
|
|
|
T5_Paraphrase_Paws-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b1b2da474a0eba796c622c036743dcfc8489e80f81334bcf7a2870091a1c4ad0
|
| 3 |
-
size 106625248
|
|
|
|
|
|
|
|
|
|
|
|
T5_Paraphrase_Paws-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:33434d7577d0ca08c7304a43309aee8a072680fae94dee607a5fadb33d1f6735
|
| 3 |
-
size 132946144
|
|
|
|
|
|
|
|
|
|
|
|
T5_Paraphrase_Paws-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:51949329328fccce08820b9917e19af7a702be913d60608239a6896c34b03410
|
| 3 |
-
size 146631904
|
|
|
|
|
|
|
|
|
|
|
|
T5_Paraphrase_Paws-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4d8790f448a9b7b81fad38783bb40bed9a2d9dab9dcc2e746b827c66035ceefc
|
| 3 |
-
size 133535968
|
|
|
|
|
|
|
|
|
|
|
|
T5_Paraphrase_Paws-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ebbaf116d4aea0de82f3751933fa3626b7025db61dc7b0221ec20be7d5ef519e
|
| 3 |
-
size 157718752
|
|
|
|
|
|
|
|
|
|
|
|
T5_Paraphrase_Paws-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fb8a3d4f1e1bcaa32eceb3c65f2afa7a2d0181de828c6203ed498dec731c629d
|
| 3 |
-
size 164768992
|
|
|
|
|
|
|
|
|
|
|
|
T5_Paraphrase_Paws-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d0e49513d7e68c83d934d47d31d1c2b9c3df582b9cebccf499cfa076ccfee057
|
| 3 |
-
size 157718752
|
|
|
|
|
|
|
|
|
|
|
|
T5_Paraphrase_Paws-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:89369c6f0f4871b8bd018053d3276a33bd00df04cf6a78422bfb3294ab173cf7
|
| 3 |
-
size 184039648
|
|
|
|
|
|
|
|
|
|
|
|
T5_Paraphrase_Paws-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9b78aab5319da2890eee56ac2a5442e36fe3adc4d395bf6dee96debbcde62921
|
| 3 |
-
size 238012384
|
|
|
|
|
|
|
|
|
|
|
|