Instructions to use bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF 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 bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF 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 bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF:Q4_K_M
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 bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF:Q4_K_M
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 bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF:Q4_K_M
Use Docker
docker model run hf.co/bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF:Q4_K_M
- Ollama
How to use bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF with Ollama:
ollama run hf.co/bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF:Q4_K_M
- Unsloth Studio
How to use bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF 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 bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF 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 bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF to start chatting
- Docker Model Runner
How to use bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF with Docker Model Runner:
docker model run hf.co/bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF:Q4_K_M
- Lemonade
How to use bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull bartowski/arcee-ai_Trinity-Large-TrueBase-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.arcee-ai_Trinity-Large-TrueBase-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +7 -0
- arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00001-of-00007.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00002-of-00007.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00003-of-00007.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00004-of-00007.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00005-of-00007.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00006-of-00007.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00007-of-00007.gguf +3 -0
.gitattributes
CHANGED
|
@@ -89,3 +89,10 @@ arcee-ai_Trinity-Large-TrueBase-Q4_K_S/arcee-ai_Trinity-Large-TrueBase-Q4_K_S-00
|
|
| 89 |
arcee-ai_Trinity-Large-TrueBase-Q4_K_S/arcee-ai_Trinity-Large-TrueBase-Q4_K_S-00004-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 90 |
arcee-ai_Trinity-Large-TrueBase-Q4_K_S/arcee-ai_Trinity-Large-TrueBase-Q4_K_S-00005-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 91 |
arcee-ai_Trinity-Large-TrueBase-Q4_K_S/arcee-ai_Trinity-Large-TrueBase-Q4_K_S-00006-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
arcee-ai_Trinity-Large-TrueBase-Q4_K_S/arcee-ai_Trinity-Large-TrueBase-Q4_K_S-00004-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 90 |
arcee-ai_Trinity-Large-TrueBase-Q4_K_S/arcee-ai_Trinity-Large-TrueBase-Q4_K_S-00005-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 91 |
arcee-ai_Trinity-Large-TrueBase-Q4_K_S/arcee-ai_Trinity-Large-TrueBase-Q4_K_S-00006-of-00006.gguf filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00001-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 93 |
+
arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00002-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 94 |
+
arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00003-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 95 |
+
arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00004-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 96 |
+
arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00005-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 97 |
+
arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00006-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 98 |
+
arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00007-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00001-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4b626eddd1d3937f2807c4d767054be0cdaae1e5f588126d690ea319fce1c25
|
| 3 |
+
size 39938954304
|
arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00002-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77687983f62161e495a16f3b4ffd7cfa661e6faa453256c0e9f15a27b246c014
|
| 3 |
+
size 39861367328
|
arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00003-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f8de24b69f1f29e05d22de12f22c071aec8ca03e7868782360b5cdab4bcb1d0
|
| 3 |
+
size 39823579040
|
arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00004-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f90f1f7b63ac8a6af03dbc4f02635759d67d8778d4cdd046bfed834223086b32
|
| 3 |
+
size 39861158304
|
arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00005-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3dcbaaa21ca1ea96c8ecf07f4066f07f107c185621c0769cbccbe33436f6c3e
|
| 3 |
+
size 39864316448
|
arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00006-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c54426c9f0859edc4a2bd1b3a0a09b40b8b1880b3f3b10cc2a88890309d33cf
|
| 3 |
+
size 39847172000
|
arcee-ai_Trinity-Large-TrueBase-Q4_1/arcee-ai_Trinity-Large-TrueBase-Q4_1-00007-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:244f551cffbabf3703ac88fbd16f2c3c69b9cff473eee09d4c75860d657e4893
|
| 3 |
+
size 10727652064
|