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 +9 -0
- arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00001-of-00009.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00002-of-00009.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00003-of-00009.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00004-of-00009.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00005-of-00009.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00006-of-00009.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00007-of-00009.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00008-of-00009.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00009-of-00009.gguf +3 -0
.gitattributes
CHANGED
|
@@ -44,3 +44,12 @@ arcee-ai_Trinity-Large-TrueBase-Q8_0/arcee-ai_Trinity-Large-TrueBase-Q8_0-00008-
|
|
| 44 |
arcee-ai_Trinity-Large-TrueBase-Q8_0/arcee-ai_Trinity-Large-TrueBase-Q8_0-00009-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
arcee-ai_Trinity-Large-TrueBase-Q8_0/arcee-ai_Trinity-Large-TrueBase-Q8_0-00010-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
arcee-ai_Trinity-Large-TrueBase-Q8_0/arcee-ai_Trinity-Large-TrueBase-Q8_0-00011-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
arcee-ai_Trinity-Large-TrueBase-Q8_0/arcee-ai_Trinity-Large-TrueBase-Q8_0-00009-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
arcee-ai_Trinity-Large-TrueBase-Q8_0/arcee-ai_Trinity-Large-TrueBase-Q8_0-00010-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
arcee-ai_Trinity-Large-TrueBase-Q8_0/arcee-ai_Trinity-Large-TrueBase-Q8_0-00011-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00001-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00002-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00003-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00004-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00005-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00006-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00007-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00008-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00009-of-00009.gguf filter=lfs diff=lfs merge=lfs -text
|
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00001-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e41aa60bf528f89a56e23b89c8186649324828aa8bfde3926369fb19cd57bf51
|
| 3 |
+
size 38127069792
|
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00002-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7eb1ba4e3f92a5d434df5b5b4b6c6ca083d6826689b1a2b86592393eeb622c8b
|
| 3 |
+
size 38178295072
|
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00003-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5fbc0dd88da92545c47b515f62e417a235734634b3e1b94bc883f80db21b9ab
|
| 3 |
+
size 38181453216
|
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00004-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ff7a802798b94e6aa0f975daecfaf901ac7639f0988b92dafc76191fe036faf
|
| 3 |
+
size 38230706112
|
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00005-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca09f2a69b33423a7f5214e5a61243786aeb3a65a150d965b828550dcb774c48
|
| 3 |
+
size 38178295072
|
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00006-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf63002605a406f1b26d3f99d974c637bcf77cadd71918efa5630406bfbbce03
|
| 3 |
+
size 38181453216
|
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00007-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f97f2bf0852121a930a7bd1ff3522acdca6be4c9f6734d99fe50190467efc6b6
|
| 3 |
+
size 38230706112
|
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00008-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:190ac20d82910017a46cf6b8e94a587138f14227df03ad4d5dbabfdc6d23097b
|
| 3 |
+
size 38178295072
|
arcee-ai_Trinity-Large-TrueBase-Q6_K/arcee-ai_Trinity-Large-TrueBase-Q6_K-00009-of-00009.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7c457eab1938348151237b452f57a6d06c89468fb3aeab1e0f6c23379ee7c17
|
| 3 |
+
size 22080084128
|