Instructions to use benjamin-paine/taproot-common 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 benjamin-paine/taproot-common 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 benjamin-paine/taproot-common:F16 # Run inference directly in the terminal: llama cli -hf benjamin-paine/taproot-common:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf benjamin-paine/taproot-common:F16 # Run inference directly in the terminal: llama cli -hf benjamin-paine/taproot-common:F16
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 benjamin-paine/taproot-common:F16 # Run inference directly in the terminal: ./llama-cli -hf benjamin-paine/taproot-common:F16
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 benjamin-paine/taproot-common:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf benjamin-paine/taproot-common:F16
Use Docker
docker model run hf.co/benjamin-paine/taproot-common:F16
- LM Studio
- Jan
- Ollama
How to use benjamin-paine/taproot-common with Ollama:
ollama run hf.co/benjamin-paine/taproot-common:F16
- Unsloth Studio
How to use benjamin-paine/taproot-common 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 benjamin-paine/taproot-common 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 benjamin-paine/taproot-common to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for benjamin-paine/taproot-common to start chatting
- Docker Model Runner
How to use benjamin-paine/taproot-common with Docker Model Runner:
docker model run hf.co/benjamin-paine/taproot-common:F16
- Lemonade
How to use benjamin-paine/taproot-common with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull benjamin-paine/taproot-common:F16
Run and chat with the model
lemonade run user.taproot-common-F16
List all available models
lemonade list
- Atomic Chat
Add files using upload-large-folder tool
Browse files- .gitattributes +24 -0
- audio-vocoder-descript-44khz.safetensors +3 -0
- image-generation-flux-v1-dev-sigma-vision-alpha-transformer.int8.fp16.safetensors +3 -0
- image-generation-stable-diffusion-v3-5-medium-transformer.int8.bf16.safetensors +3 -0
- speech-synthesis-zonos-transformer-v0-1.bf16.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -61,3 +61,27 @@ text-generation-deepseek-r1-llama-8b-q6-k.gguf filter=lfs diff=lfs merge=lfs -te
|
|
| 61 |
text-generation-deepseek-r1-llama-8b-q4-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 62 |
text-generation-deepseek-r1-llama-8b-q8-0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 63 |
text-generation-deepseek-r1-llama-8b-fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
text-generation-deepseek-r1-llama-8b-q4-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 62 |
text-generation-deepseek-r1-llama-8b-q8-0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 63 |
text-generation-deepseek-r1-llama-8b-fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
text-generation-llama-v3-2-3b-instruct-q5-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
text-generation-llama-v3-2-3b-instruct-q8-0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
text-generation-llama-v3-8b-instruct-q3-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
visual-question-answering-llava-v1-5-7b-q6-k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
text-generation-llama-v3-1-8b-instruct-q5-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
text-generation-llama-v3-8b-instruct-q6-k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
visual-question-answering-llava-v1-5-13b-q4-0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
text-generation-zephyr-alpha-7b-q6-k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
visual-question-answering-llava-v1-5-7b-q4-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
visual-question-answering-llava-v1-5-7b-q3-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
text-generation-llama-v3-1-8b-instruct-q3-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
text-generation-zephyr-beta-7b-q3-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
text-generation-zephyr-beta-7b-q6-k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
text-encoding-llava-llama-tokenizer-vocab.json filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
text-generation-zephyr-beta-7b-q4-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
image-encoding-clip-moondream-v2-mmproj.fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
text-generation-llama-v3-1-8b-instruct-q8-0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
text-generation-llama-v3-8b-instruct-q8-0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
text-generation-zephyr-beta-7b-q8-0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
text-generation-llama-v3-8b-q8-0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
text-generation-llama-v3-8b-instruct-q5-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
text-generation-llama-v3-1-8b-instruct-q4-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
text-generation-zephyr-alpha-7b-q8-0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
visual-question-answering-llava-v1-6-34b-q4-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
audio-vocoder-descript-44khz.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20b286f5940a51860825927544b4f74eccb31788e60718a8cdb77dbcef8c987c
|
| 3 |
+
size 306508140
|
image-generation-flux-v1-dev-sigma-vision-alpha-transformer.int8.fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bdd2fc809e8a80abf19b811d1bc245dbadfe66ff2d953916ff4b743e8a0af20
|
| 3 |
+
size 11906744710
|
image-generation-stable-diffusion-v3-5-medium-transformer.int8.bf16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88259cf1c1b8cb7e6aef58320d206d14b64bf42a45dc5370a76c035a212d8253
|
| 3 |
+
size 2702660584
|
speech-synthesis-zonos-transformer-v0-1.bf16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ac68319d6b8c1b29b94b8801ca41a93a5fc458f4b1d4bbbe5045b2ee77efcf0
|
| 3 |
+
size 3248848864
|