Instructions to use tria-technologies/chatavnet-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tria-technologies/chatavnet-models with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tria-technologies/chatavnet-models", filename="llm/qwen2.5-1.5b-instruct-Q4_0_4_4.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 tria-technologies/chatavnet-models with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tria-technologies/chatavnet-models:Q4_0 # Run inference directly in the terminal: llama-cli -hf tria-technologies/chatavnet-models:Q4_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tria-technologies/chatavnet-models:Q4_0 # Run inference directly in the terminal: llama-cli -hf tria-technologies/chatavnet-models:Q4_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 tria-technologies/chatavnet-models:Q4_0 # Run inference directly in the terminal: ./llama-cli -hf tria-technologies/chatavnet-models:Q4_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 tria-technologies/chatavnet-models:Q4_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf tria-technologies/chatavnet-models:Q4_0
Use Docker
docker model run hf.co/tria-technologies/chatavnet-models:Q4_0
- LM Studio
- Jan
- Ollama
How to use tria-technologies/chatavnet-models with Ollama:
ollama run hf.co/tria-technologies/chatavnet-models:Q4_0
- Unsloth Studio new
How to use tria-technologies/chatavnet-models 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 tria-technologies/chatavnet-models 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 tria-technologies/chatavnet-models to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tria-technologies/chatavnet-models to start chatting
- Pi new
How to use tria-technologies/chatavnet-models with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tria-technologies/chatavnet-models:Q4_0
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "tria-technologies/chatavnet-models:Q4_0" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use tria-technologies/chatavnet-models with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tria-technologies/chatavnet-models:Q4_0
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default tria-technologies/chatavnet-models:Q4_0
Run Hermes
hermes
- Docker Model Runner
How to use tria-technologies/chatavnet-models with Docker Model Runner:
docker model run hf.co/tria-technologies/chatavnet-models:Q4_0
- Lemonade
How to use tria-technologies/chatavnet-models with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tria-technologies/chatavnet-models:Q4_0
Run and chat with the model
lemonade run user.chatavnet-models-Q4_0
List all available models
lemonade list
Upload 4 files
Browse files
stt/faster-whisper-tiny-futo.en/config.json
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alignment_heads": [
|
| 3 |
+
[
|
| 4 |
+
1,
|
| 5 |
+
0
|
| 6 |
+
],
|
| 7 |
+
[
|
| 8 |
+
2,
|
| 9 |
+
0
|
| 10 |
+
],
|
| 11 |
+
[
|
| 12 |
+
2,
|
| 13 |
+
5
|
| 14 |
+
],
|
| 15 |
+
[
|
| 16 |
+
3,
|
| 17 |
+
0
|
| 18 |
+
],
|
| 19 |
+
[
|
| 20 |
+
3,
|
| 21 |
+
1
|
| 22 |
+
],
|
| 23 |
+
[
|
| 24 |
+
3,
|
| 25 |
+
2
|
| 26 |
+
],
|
| 27 |
+
[
|
| 28 |
+
3,
|
| 29 |
+
3
|
| 30 |
+
],
|
| 31 |
+
[
|
| 32 |
+
3,
|
| 33 |
+
4
|
| 34 |
+
]
|
| 35 |
+
],
|
| 36 |
+
"lang_ids": [],
|
| 37 |
+
"suppress_ids": [
|
| 38 |
+
1,
|
| 39 |
+
2,
|
| 40 |
+
7,
|
| 41 |
+
8,
|
| 42 |
+
9,
|
| 43 |
+
10,
|
| 44 |
+
14,
|
| 45 |
+
25,
|
| 46 |
+
26,
|
| 47 |
+
27,
|
| 48 |
+
28,
|
| 49 |
+
29,
|
| 50 |
+
31,
|
| 51 |
+
58,
|
| 52 |
+
59,
|
| 53 |
+
60,
|
| 54 |
+
61,
|
| 55 |
+
62,
|
| 56 |
+
63,
|
| 57 |
+
90,
|
| 58 |
+
91,
|
| 59 |
+
92,
|
| 60 |
+
93,
|
| 61 |
+
357,
|
| 62 |
+
366,
|
| 63 |
+
438,
|
| 64 |
+
532,
|
| 65 |
+
685,
|
| 66 |
+
705,
|
| 67 |
+
796,
|
| 68 |
+
930,
|
| 69 |
+
1058,
|
| 70 |
+
1220,
|
| 71 |
+
1267,
|
| 72 |
+
1279,
|
| 73 |
+
1303,
|
| 74 |
+
1343,
|
| 75 |
+
1377,
|
| 76 |
+
1391,
|
| 77 |
+
1635,
|
| 78 |
+
1782,
|
| 79 |
+
1875,
|
| 80 |
+
2162,
|
| 81 |
+
2361,
|
| 82 |
+
2488,
|
| 83 |
+
3467,
|
| 84 |
+
4008,
|
| 85 |
+
4211,
|
| 86 |
+
4600,
|
| 87 |
+
4808,
|
| 88 |
+
5299,
|
| 89 |
+
5855,
|
| 90 |
+
6329,
|
| 91 |
+
7203,
|
| 92 |
+
9609,
|
| 93 |
+
9959,
|
| 94 |
+
10563,
|
| 95 |
+
10786,
|
| 96 |
+
11420,
|
| 97 |
+
11709,
|
| 98 |
+
11907,
|
| 99 |
+
13163,
|
| 100 |
+
13697,
|
| 101 |
+
13700,
|
| 102 |
+
14808,
|
| 103 |
+
15306,
|
| 104 |
+
16410,
|
| 105 |
+
16791,
|
| 106 |
+
17992,
|
| 107 |
+
19203,
|
| 108 |
+
19510,
|
| 109 |
+
20724,
|
| 110 |
+
22305,
|
| 111 |
+
22935,
|
| 112 |
+
27007,
|
| 113 |
+
30109,
|
| 114 |
+
30420,
|
| 115 |
+
33409,
|
| 116 |
+
34949,
|
| 117 |
+
40283,
|
| 118 |
+
40493,
|
| 119 |
+
40549,
|
| 120 |
+
47282,
|
| 121 |
+
49146,
|
| 122 |
+
50257,
|
| 123 |
+
50357,
|
| 124 |
+
50358,
|
| 125 |
+
50359,
|
| 126 |
+
50360,
|
| 127 |
+
50361
|
| 128 |
+
],
|
| 129 |
+
"suppress_ids_begin": [
|
| 130 |
+
220,
|
| 131 |
+
50256
|
| 132 |
+
]
|
| 133 |
+
}
|
stt/faster-whisper-tiny-futo.en/model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95d720ebd44c0a4b09e30aa79f13386cc7909e845cd8557e7830d0528c6cdab2
|
| 3 |
+
size 75537577
|
stt/faster-whisper-tiny-futo.en/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
stt/faster-whisper-tiny-futo.en/vocabulary.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|