Instructions to use kcvmk/sona-models 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 kcvmk/sona-models 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 kcvmk/sona-models:Q8_0 # Run inference directly in the terminal: llama cli -hf kcvmk/sona-models:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf kcvmk/sona-models:Q8_0 # Run inference directly in the terminal: llama cli -hf kcvmk/sona-models:Q8_0
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 kcvmk/sona-models:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf kcvmk/sona-models:Q8_0
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 kcvmk/sona-models:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf kcvmk/sona-models:Q8_0
Use Docker
docker model run hf.co/kcvmk/sona-models:Q8_0
- LM Studio
- Jan
- Ollama
How to use kcvmk/sona-models with Ollama:
ollama run hf.co/kcvmk/sona-models:Q8_0
- Unsloth Desktop
- Docker Model Runner
How to use kcvmk/sona-models with Docker Model Runner:
docker model run hf.co/kcvmk/sona-models:Q8_0
- Lemonade
How to use kcvmk/sona-models with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull kcvmk/sona-models:Q8_0
Run and chat with the model
lemonade run user.sona-models-Q8_0
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files
stt/sherpa-onnx-nemo-parakeet-tdt-0.6b-v3-int8.tar.bz2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5793d0fd397c5778d2cf2126994d58e9d56b1be7c04d13c7a15bb1b4eafb16bf
|
| 3 |
+
size 487170055
|
stt/sherpa-onnx-streaming-zipformer-en-20M-2023-02-17.tar.bz2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c559283e8498d3fe95913c79ca1cb454bb26281ac2b102b41306c7d752765d9
|
| 3 |
+
size 127887156
|
stt/sherpa-onnx-whisper-base.en.tar.bz2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:475bc7052ce299c007f6d5d5407ba8601f819a2867f6eecee510ed17df581542
|
| 3 |
+
size 208576005
|