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
CHANGED
|
@@ -44,3 +44,13 @@ visual-question-answering-llava-v1-5-7b-q5-k-m.gguf filter=lfs diff=lfs merge=lf
|
|
| 44 |
text-generation-zephyr-alpha-7b-q5-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
text-generation-llama-v3-8b-q4-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
text-generation-llama-v3-2-1b-instruct-q5-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
text-generation-zephyr-alpha-7b-q5-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
text-generation-llama-v3-8b-q4-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
text-generation-llama-v3-2-1b-instruct-q5-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
text-generation-llama-v3-2-1b-instruct-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
text-generation-llama-v3-8b-q5-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
visual-question-answering-llava-v1-5-13b-q5-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
text-generation-llama-v3-8b-instruct-q4-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
image-encoding-clip-llava-mmproj-v1-6-34b.fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
text-generation-llama-v3-2-1b-instruct-q6-k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
visual-question-answering-moondream-v2.fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
visual-question-answering-llava-v1-5-13b-q6-k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
text-generation-llama-v3-8b-q3-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
text-generation-zephyr-alpha-7b-q3-k-m.gguf filter=lfs diff=lfs merge=lfs -text
|
audio-diarisation-zonos-speaker-embedding.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb302ae404c8614462f4470905c58590b77e289764daf316c6114a641770b90c
|
| 3 |
+
size 396349192
|