Instructions to use tensorblock/fireworks-ai_llama-3-firefunction-v2-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/fireworks-ai_llama-3-firefunction-v2-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/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/fireworks-ai_llama-3-firefunction-v2-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/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/fireworks-ai_llama-3-firefunction-v2-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/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/fireworks-ai_llama-3-firefunction-v2-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/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF with Ollama:
ollama run hf.co/tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K
- Unsloth Desktop
- Pi
How to use tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K
- Lemonade
How to use tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K
Run and chat with the model
lemonade run user.fireworks-ai_llama-3-firefunction-v2-GGUF-Q2_K
List all available models
lemonade list
- Hermes Agent
How to use tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "tensorblock/fireworks-ai_llama-3-firefunction-v2-GGUF:Q2_K" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Keep Q2_K/Q3_K_M gguf only
Browse files- llama-3-firefunction-v2-Q3_K_L.gguf +0 -3
- llama-3-firefunction-v2-Q3_K_S.gguf +0 -3
- llama-3-firefunction-v2-Q4_0.gguf +0 -3
- llama-3-firefunction-v2-Q4_K_M.gguf +0 -3
- llama-3-firefunction-v2-Q4_K_S.gguf +0 -3
- llama-3-firefunction-v2-Q5_0.gguf +0 -3
- llama-3-firefunction-v2-Q5_K_M.gguf +0 -3
- llama-3-firefunction-v2-Q5_K_S.gguf +0 -3
- llama-3-firefunction-v2-Q6_K/llama-3-firefunction-v2-Q6_K-00001-of-00002.gguf +0 -3
- llama-3-firefunction-v2-Q6_K/llama-3-firefunction-v2-Q6_K-00002-of-00002.gguf +0 -3
- llama-3-firefunction-v2-Q8_0/llama-3-firefunction-v2-Q8_0-00001-of-00003.gguf +0 -3
- llama-3-firefunction-v2-Q8_0/llama-3-firefunction-v2-Q8_0-00002-of-00003.gguf +0 -3
- llama-3-firefunction-v2-Q8_0/llama-3-firefunction-v2-Q8_0-00003-of-00003.gguf +0 -3
llama-3-firefunction-v2-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:abe3a7ff992981a96b3587ca342cc97c2c7741cbac06dacb2d078b532084a69e
|
| 3 |
-
size 37140595488
|
|
|
|
|
|
|
|
|
|
|
|
llama-3-firefunction-v2-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:87841caf3a0d0a149c1201ebc98a944b88df1f828b56f4e102ca52dbb3b09175
|
| 3 |
-
size 30912054048
|
|
|
|
|
|
|
|
|
|
|
|
llama-3-firefunction-v2-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3ddd95f8acf58774534eb0fc88113413e6be0e15aa4455df1f579be893d66be5
|
| 3 |
-
size 39969735456
|
|
|
|
|
|
|
|
|
|
|
|
llama-3-firefunction-v2-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f6b8a2593b2f2d05ad88385e0b4528565c617b4504554c02fb2b6a41c597df4c
|
| 3 |
-
size 42520396576
|
|
|
|
|
|
|
|
|
|
|
|
llama-3-firefunction-v2-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9ed332e6933d40a452c0db52231f762d6d3242ee4c030e64500df41ae85a797c
|
| 3 |
-
size 40347222816
|
|
|
|
|
|
|
|
|
|
|
|
llama-3-firefunction-v2-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d864b657220ee3ea15e74f324ac171a219af60937da7bd6706f7e5e3c93058c4
|
| 3 |
-
size 48657449760
|
|
|
|
|
|
|
|
|
|
|
|
llama-3-firefunction-v2-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:82695f35ffc48ded95a17c940d2a339928a6d32b8e354299941d9d30c4cd6e94
|
| 3 |
-
size 49949819680
|
|
|
|
|
|
|
|
|
|
|
|
llama-3-firefunction-v2-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:847a25d5399037048cae520fe323db8d281d364aa589fff3cf1a89e2c1e087d4
|
| 3 |
-
size 48657449760
|
|
|
|
|
|
|
|
|
|
|
|
llama-3-firefunction-v2-Q6_K/llama-3-firefunction-v2-Q6_K-00001-of-00002.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:116d311696f0c56ea60642c9d092ca07b02cdaca9bfa311193dcce77fb96986c
|
| 3 |
-
size 34847473472
|
|
|
|
|
|
|
|
|
|
|
|
llama-3-firefunction-v2-Q6_K/llama-3-firefunction-v2-Q6_K-00002-of-00002.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:eae2548904f5cb760986e3df90faf947bb64a83e7caab178311de5b9dd798716
|
| 3 |
-
size 23040672928
|
|
|
|
|
|
|
|
|
|
|
|
llama-3-firefunction-v2-Q8_0/llama-3-firefunction-v2-Q8_0-00001-of-00003.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c09d07c517ebc465d1f733e72daa75885a55e901ab6492f15bb4acbab1342c9b
|
| 3 |
-
size 34980013920
|
|
|
|
|
|
|
|
|
|
|
|
llama-3-firefunction-v2-Q8_0/llama-3-firefunction-v2-Q8_0-00002-of-00003.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7064e23bc3bfd8d5970d194b09af1ff4870a268fedbfe0d6b2a16b90b4577473
|
| 3 |
-
size 34949976384
|
|
|
|
|
|
|
|
|
|
|
|
llama-3-firefunction-v2-Q8_0/llama-3-firefunction-v2-Q8_0-00003-of-00003.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2f336348ff091e110d41b4634b45d3d33abb7e32d2ae74d02bd6212c3d9425a6
|
| 3 |
-
size 5045062560
|
|
|
|
|
|
|
|
|
|
|
|