Instructions to use benjamin-paine/taproot-common with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use benjamin-paine/taproot-common with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="benjamin-paine/taproot-common", filename="image-encoding-clip-llava-mmproj-v1-5-13b.fp16.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 benjamin-paine/taproot-common with llama.cpp:
Install from brew
brew install llama.cpp # 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
Install from WinGet (Windows)
winget install llama.cpp # 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
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 new
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
Add files using upload-large-folder tool
Browse files- .gitattributes +1 -0
- image-generation-flux-v1-dev-transformer.fp8-e4m3-fn.safentesors +3 -0
- image-generation-flux-v1-schnell-transformer.fp8-e4m3-fn.safetensors +3 -0
- image-generation-stable-diffusion-v3-5-large-transformer.fp8-e4m3-fn.safetensors +3 -0
- text-encoding-t5-xxl.fp8-e4m3-fn.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -52,3 +52,4 @@ image-encoding-clip-llava-mmproj-v1-5-13b.fp16.gguf filter=lfs diff=lfs merge=lf
|
|
| 52 |
text-generation-llama-v3-2-1b-instruct-q8-0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
visual-question-answering-llava-v1-5-7b.fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
text-generation-llama-v3-2-3b-instruct-q6-k.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 52 |
text-generation-llama-v3-2-1b-instruct-q8-0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
visual-question-answering-llava-v1-5-7b.fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
text-generation-llama-v3-2-3b-instruct-q6-k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
image-generation-flux-v1-dev-transformer.fp8-e4m3-fn.safentesors filter=lfs diff=lfs merge=lfs -text
|
image-generation-flux-v1-dev-transformer.fp8-e4m3-fn.safentesors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:897c57683471652ef4256f9d5ed58974c6edd364491e3ec9903d03127c53ce2c
|
| 3 |
+
size 11901549664
|
image-generation-flux-v1-schnell-transformer.fp8-e4m3-fn.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13f1eaa753858a9efbcf9ea1a5508930d1558fa8b8d8f7adc9fdb75e2eac8662
|
| 3 |
+
size 11891319400
|
image-generation-stable-diffusion-v3-5-large-transformer.fp8-e4m3-fn.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4e8bf95a879390c65af47329f158d074480ecddcd6975a53fbfe1c54c223fd9
|
| 3 |
+
size 8146428168
|
text-encoding-t5-xxl.fp8-e4m3-fn.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbd041c76d2330710e5b6255d9ed4160fc028acabc8789ac6c71247be9a62308
|
| 3 |
+
size 4762338504
|