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 +3 -0
- arcee-ai_Trinity-Large-TrueBase-IQ1_S/arcee-ai_Trinity-Large-TrueBase-IQ1_S-00001-of-00003.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-IQ1_S/arcee-ai_Trinity-Large-TrueBase-IQ1_S-00002-of-00003.gguf +3 -0
- arcee-ai_Trinity-Large-TrueBase-IQ1_S/arcee-ai_Trinity-Large-TrueBase-IQ1_S-00003-of-00003.gguf +3 -0
.gitattributes
CHANGED
|
@@ -172,3 +172,6 @@ arcee-ai_Trinity-Large-TrueBase-IQ2_XXS/arcee-ai_Trinity-Large-TrueBase-IQ2_XXS-
|
|
| 172 |
arcee-ai_Trinity-Large-TrueBase-IQ1_M/arcee-ai_Trinity-Large-TrueBase-IQ1_M-00001-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
| 173 |
arcee-ai_Trinity-Large-TrueBase-IQ1_M/arcee-ai_Trinity-Large-TrueBase-IQ1_M-00002-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
| 174 |
arcee-ai_Trinity-Large-TrueBase-IQ1_M/arcee-ai_Trinity-Large-TrueBase-IQ1_M-00003-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 172 |
arcee-ai_Trinity-Large-TrueBase-IQ1_M/arcee-ai_Trinity-Large-TrueBase-IQ1_M-00001-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
| 173 |
arcee-ai_Trinity-Large-TrueBase-IQ1_M/arcee-ai_Trinity-Large-TrueBase-IQ1_M-00002-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
| 174 |
arcee-ai_Trinity-Large-TrueBase-IQ1_M/arcee-ai_Trinity-Large-TrueBase-IQ1_M-00003-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
| 175 |
+
arcee-ai_Trinity-Large-TrueBase-IQ1_S/arcee-ai_Trinity-Large-TrueBase-IQ1_S-00001-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
| 176 |
+
arcee-ai_Trinity-Large-TrueBase-IQ1_S/arcee-ai_Trinity-Large-TrueBase-IQ1_S-00002-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
| 177 |
+
arcee-ai_Trinity-Large-TrueBase-IQ1_S/arcee-ai_Trinity-Large-TrueBase-IQ1_S-00003-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
arcee-ai_Trinity-Large-TrueBase-IQ1_S/arcee-ai_Trinity-Large-TrueBase-IQ1_S-00001-of-00003.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91cc2ff40d5b7e0356e471cf62ca40775ef2e420b6c0166d70860be2ee64d442
|
| 3 |
+
size 39937968192
|
arcee-ai_Trinity-Large-TrueBase-IQ1_S/arcee-ai_Trinity-Large-TrueBase-IQ1_S-00002-of-00003.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0704028c7eb7f1806fc17e2e116e547cfa3154a1ccba711f31f94fe3ad875ac
|
| 3 |
+
size 39559101440
|
arcee-ai_Trinity-Large-TrueBase-IQ1_S/arcee-ai_Trinity-Large-TrueBase-IQ1_S-00003-of-00003.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73bdc1ffdf42f32e126d98d5f7e9edc8351346eb924dbe0a9346630bd3cb81b8
|
| 3 |
+
size 2169646656
|