Instructions to use tensorblock/Poro-34B-chat-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/Poro-34B-chat-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Poro-34B-chat-GGUF", filename="Poro-34B-chat-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/Poro-34B-chat-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/Poro-34B-chat-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Poro-34B-chat-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/Poro-34B-chat-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Poro-34B-chat-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/Poro-34B-chat-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Poro-34B-chat-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/Poro-34B-chat-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Poro-34B-chat-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Poro-34B-chat-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Poro-34B-chat-GGUF with Ollama:
ollama run hf.co/tensorblock/Poro-34B-chat-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/Poro-34B-chat-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/Poro-34B-chat-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/Poro-34B-chat-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/Poro-34B-chat-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Poro-34B-chat-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Poro-34B-chat-GGUF:Q2_K
- Lemonade
How to use tensorblock/Poro-34B-chat-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Poro-34B-chat-GGUF:Q2_K
Run and chat with the model
lemonade run user.Poro-34B-chat-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- Poro-34B-chat-Q3_K_L.gguf +0 -3
- Poro-34B-chat-Q3_K_M.gguf +0 -3
- Poro-34B-chat-Q3_K_S.gguf +0 -3
- Poro-34B-chat-Q4_0.gguf +0 -3
- Poro-34B-chat-Q4_K_M.gguf +0 -3
- Poro-34B-chat-Q4_K_S.gguf +0 -3
- Poro-34B-chat-Q5_0.gguf +0 -3
- Poro-34B-chat-Q5_K_M.gguf +0 -3
- Poro-34B-chat-Q5_K_S.gguf +0 -3
- Poro-34B-chat-Q6_K.gguf +0 -3
- Poro-34B-chat-Q8_0.gguf +0 -3
Poro-34B-chat-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d8deb58469297286ebfd1d1c045e57b469006fefc3b272506e53128d1a73357a
|
| 3 |
-
size 20160076672
|
|
|
|
|
|
|
|
|
|
|
|
Poro-34B-chat-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dc8e20a2e369001e7aa3693ddd3b1f60333beba81a7bca7119c2355cfa3189be
|
| 3 |
-
size 18503064448
|
|
|
|
|
|
|
|
|
|
|
|
Poro-34B-chat-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fffbe646a94f34e144bb1a81ebf9c221ec46fd05eabe1b330fdba02f3fd8fc31
|
| 3 |
-
size 15478053760
|
|
|
|
|
|
|
|
|
|
|
|
Poro-34B-chat-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d7d00f74a60f6a57ca08da94df207b616eec5c2b60d41040506a9b4549c886d3
|
| 3 |
-
size 20021820288
|
|
|
|
|
|
|
|
|
|
|
|
Poro-34B-chat-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ef90f41ed4398cc68bf4601c442f10d97e170b1467ad22f76473d241086e30bc
|
| 3 |
-
size 22439902080
|
|
|
|
|
|
|
|
|
|
|
|
Poro-34B-chat-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d1f421c68bb567abc5e46dec532ee2c3e3deb025aa8f3d5a68602526c0f70d3e
|
| 3 |
-
size 20175960960
|
|
|
|
|
|
|
|
|
|
|
|
Poro-34B-chat-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:338c7e147abc54b8c2a70e4005c05861428c15b20273da23f95fdd5a9eafde83
|
| 3 |
-
size 24298306432
|
|
|
|
|
|
|
|
|
|
|
|
Poro-34B-chat-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:85b3507ab520aff6ad5b245ed5aa9f4f02cb994234201701b1adbac810139551
|
| 3 |
-
size 26113473408
|
|
|
|
|
|
|
|
|
|
|
|
Poro-34B-chat-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a4476fea9b9710d2042bbf6db17c012e4eea3de1e628092eddd287ac9e113464
|
| 3 |
-
size 24298306432
|
|
|
|
|
|
|
|
|
|
|
|
Poro-34B-chat-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:104490cdd21c2aa7801803d0ac1fb35392324af66656430faa7860bc6107e89c
|
| 3 |
-
size 28842072960
|
|
|
|
|
|
|
|
|
|
|
|
Poro-34B-chat-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dbc934ccf545d80189ccf31240963309750e3ad817b4deb150c92a20bd179a23
|
| 3 |
-
size 37349972864
|
|
|
|
|
|
|
|
|
|
|
|