Text Generation
GGUF
PyTorch
English
facebook
meta
llama
llama-3
groq
tool-use
function-calling
TensorBlock
GGUF
conversational
Instructions to use tensorblock/Llama-3-Groq-8B-Tool-Use-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/Llama-3-Groq-8B-Tool-Use-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/Llama-3-Groq-8B-Tool-Use-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Llama-3-Groq-8B-Tool-Use-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/Llama-3-Groq-8B-Tool-Use-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Llama-3-Groq-8B-Tool-Use-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/Llama-3-Groq-8B-Tool-Use-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Llama-3-Groq-8B-Tool-Use-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/Llama-3-Groq-8B-Tool-Use-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Llama-3-Groq-8B-Tool-Use-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Llama-3-Groq-8B-Tool-Use-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/Llama-3-Groq-8B-Tool-Use-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/Llama-3-Groq-8B-Tool-Use-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/Llama-3-Groq-8B-Tool-Use-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/Llama-3-Groq-8B-Tool-Use-GGUF:Q2_K
- Ollama
How to use tensorblock/Llama-3-Groq-8B-Tool-Use-GGUF with Ollama:
ollama run hf.co/tensorblock/Llama-3-Groq-8B-Tool-Use-GGUF:Q2_K
- Unsloth Desktop
- Docker Model Runner
How to use tensorblock/Llama-3-Groq-8B-Tool-Use-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Llama-3-Groq-8B-Tool-Use-GGUF:Q2_K
- Lemonade
How to use tensorblock/Llama-3-Groq-8B-Tool-Use-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Llama-3-Groq-8B-Tool-Use-GGUF:Q2_K
Run and chat with the model
lemonade run user.Llama-3-Groq-8B-Tool-Use-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Keep Q2_K/Q3_K_M gguf only
Browse files- Llama-3-Groq-8B-Tool-Use-Q3_K_L.gguf +0 -3
- Llama-3-Groq-8B-Tool-Use-Q3_K_S.gguf +0 -3
- Llama-3-Groq-8B-Tool-Use-Q4_0.gguf +0 -3
- Llama-3-Groq-8B-Tool-Use-Q4_K_M.gguf +0 -3
- Llama-3-Groq-8B-Tool-Use-Q4_K_S.gguf +0 -3
- Llama-3-Groq-8B-Tool-Use-Q5_0.gguf +0 -3
- Llama-3-Groq-8B-Tool-Use-Q5_K_M.gguf +0 -3
- Llama-3-Groq-8B-Tool-Use-Q5_K_S.gguf +0 -3
- Llama-3-Groq-8B-Tool-Use-Q6_K.gguf +0 -3
- Llama-3-Groq-8B-Tool-Use-Q8_0.gguf +0 -3
Llama-3-Groq-8B-Tool-Use-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:86d8665779031fb85992a2e7f1aa84a1385ea61515e7e328472da3421ae0f6ca
|
| 3 |
-
size 4321987776
|
|
|
|
|
|
|
|
|
|
|
|
Llama-3-Groq-8B-Tool-Use-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3d4bb3fc3b02d895fb8d0e51bc589fe275753dfd0e6eb37f6abc173f1caac49c
|
| 3 |
-
size 3664530624
|
|
|
|
|
|
|
|
|
|
|
|
Llama-3-Groq-8B-Tool-Use-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bd1d9a917daa6911ea606d91c859cb496dcc72c68ef44279c71b5fb7803a2fd6
|
| 3 |
-
size 4661246336
|
|
|
|
|
|
|
|
|
|
|
|
Llama-3-Groq-8B-Tool-Use-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:720325fac73362566c2d03c66bfbc70eecb17bde34b6a7a7e02cbf6a2179b41a
|
| 3 |
-
size 4920768896
|
|
|
|
|
|
|
|
|
|
|
|
Llama-3-Groq-8B-Tool-Use-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8d7fd5a59834b2f66235226b6b4bf19e30d842e21d95b38c5b9732a7fc60a15b
|
| 3 |
-
size 4692703616
|
|
|
|
|
|
|
|
|
|
|
|
Llama-3-Groq-8B-Tool-Use-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:eb1535657a68fd10d4bca622bd396404d4a979bff7bfc1d80c28f3936f4844f8
|
| 3 |
-
size 5599331712
|
|
|
|
|
|
|
|
|
|
|
|
Llama-3-Groq-8B-Tool-Use-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a7d42807c4e764b4ae9b8824258c58e2e6fab20dc19ddc0ad6f7aa0a81f9b608
|
| 3 |
-
size 5733025152
|
|
|
|
|
|
|
|
|
|
|
|
Llama-3-Groq-8B-Tool-Use-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b6237c6c1c1f0b2c25f229e355fd1c591b79fee9d0e754a5affe734fa813534c
|
| 3 |
-
size 5599331712
|
|
|
|
|
|
|
|
|
|
|
|
Llama-3-Groq-8B-Tool-Use-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2f912b05c32bfb368d3c0d83285c88f8f640658a2e7f0b1ef64fdaa308c34d78
|
| 3 |
-
size 6596047424
|
|
|
|
|
|
|
|
|
|
|
|
Llama-3-Groq-8B-Tool-Use-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bacff54ea4c03f8aa02f1a4c966506b899b103c3c4f5922c9eaa4cb9b9402c02
|
| 3 |
-
size 8540823744
|
|
|
|
|
|
|
|
|
|
|
|