Instructions to use tensorblock/falcon-mamba-7b-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/falcon-mamba-7b-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/falcon-mamba-7b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/falcon-mamba-7b-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/falcon-mamba-7b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/falcon-mamba-7b-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/falcon-mamba-7b-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/falcon-mamba-7b-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/falcon-mamba-7b-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/falcon-mamba-7b-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/falcon-mamba-7b-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/falcon-mamba-7b-GGUF with Ollama:
ollama run hf.co/tensorblock/falcon-mamba-7b-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/falcon-mamba-7b-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/falcon-mamba-7b-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/falcon-mamba-7b-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/falcon-mamba-7b-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/falcon-mamba-7b-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/falcon-mamba-7b-GGUF:Q2_K
- Lemonade
How to use tensorblock/falcon-mamba-7b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/falcon-mamba-7b-GGUF:Q2_K
Run and chat with the model
lemonade run user.falcon-mamba-7b-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Remove .gguf files (keep Q2_K.gguf)
Browse files- falcon-mamba-7b-Q3_K_L.gguf +0 -3
- falcon-mamba-7b-Q3_K_M.gguf +0 -3
- falcon-mamba-7b-Q3_K_S.gguf +0 -3
- falcon-mamba-7b-Q4_0.gguf +0 -3
- falcon-mamba-7b-Q4_K_M.gguf +0 -3
- falcon-mamba-7b-Q4_K_S.gguf +0 -3
- falcon-mamba-7b-Q5_0.gguf +0 -3
- falcon-mamba-7b-Q5_K_M.gguf +0 -3
- falcon-mamba-7b-Q5_K_S.gguf +0 -3
- falcon-mamba-7b-Q6_K.gguf +0 -3
- falcon-mamba-7b-Q8_0.gguf +0 -3
falcon-mamba-7b-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cfb9598415e196bd3f7a007a566ecda6a6c21423fb3947f05ed5fe48eb723044
|
| 3 |
-
size 3275339520
|
|
|
|
|
|
|
|
|
|
|
|
falcon-mamba-7b-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:611ddf623476068e97afadd9faa6a7030f065464d70d19746f62b5f6c61ca169
|
| 3 |
-
size 3275339520
|
|
|
|
|
|
|
|
|
|
|
|
falcon-mamba-7b-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1566471de457162ef3c9c379fb91bfc3a5880b4a41831741f16f8dabeaed6c4e
|
| 3 |
-
size 3275339520
|
|
|
|
|
|
|
|
|
|
|
|
falcon-mamba-7b-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:88e6c41a1eb366f1405da691d41283b43b6c99b0507f750bf8a443fd24d7d1c1
|
| 3 |
-
size 4204230400
|
|
|
|
|
|
|
|
|
|
|
|
falcon-mamba-7b-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:eaa31dbf8058c867844df9a47f1a4834dfc413e5f9d0ce10d710904668bede7f
|
| 3 |
-
size 4204230400
|
|
|
|
|
|
|
|
|
|
|
|
falcon-mamba-7b-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f3b4c9fd92701725cb511bd5b6a94a38e0e03baeae51c1212ee8254ea44b6880
|
| 3 |
-
size 4204230400
|
|
|
|
|
|
|
|
|
|
|
|
falcon-mamba-7b-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f70d60c9b92cf1e78f5aa31fdded73992461724d17470e5f2bf67b8a81ff2996
|
| 3 |
-
size 5078480640
|
|
|
|
|
|
|
|
|
|
|
|
falcon-mamba-7b-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c032f66d7c42362872b8e69789d7f8d15f89b46f1b22097bb125f7e2af5edc67
|
| 3 |
-
size 5078480640
|
|
|
|
|
|
|
|
|
|
|
|
falcon-mamba-7b-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b991276af7a5a799b17b39593373afaa75b27b685423321a87ac7459b5618d45
|
| 3 |
-
size 5078480640
|
|
|
|
|
|
|
|
|
|
|
|
falcon-mamba-7b-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e7a14c58e487988aadaa1c1d078b1d41327ba89c3a3e3d54f890af65cfc8898f
|
| 3 |
-
size 6007371520
|
|
|
|
|
|
|
|
|
|
|
|
falcon-mamba-7b-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e2415f0eab5cc36d3a1c930e8235448311376c18e344bda5893f78059c80f1dc
|
| 3 |
-
size 7765735168
|
|
|
|
|
|
|
|
|
|
|
|