Instructions to use mradermacher/Trinity-Large-TrueBase-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Trinity-Large-TrueBase-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Trinity-Large-TrueBase-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/Trinity-Large-TrueBase-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/Trinity-Large-TrueBase-GGUF", filename="Trinity-Large-TrueBase.Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Trinity-Large-TrueBase-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/Trinity-Large-TrueBase-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf mradermacher/Trinity-Large-TrueBase-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/Trinity-Large-TrueBase-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf mradermacher/Trinity-Large-TrueBase-GGUF:Q2_K
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 mradermacher/Trinity-Large-TrueBase-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Trinity-Large-TrueBase-GGUF:Q2_K
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 mradermacher/Trinity-Large-TrueBase-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Trinity-Large-TrueBase-GGUF:Q2_K
Use Docker
docker model run hf.co/mradermacher/Trinity-Large-TrueBase-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use mradermacher/Trinity-Large-TrueBase-GGUF with Ollama:
ollama run hf.co/mradermacher/Trinity-Large-TrueBase-GGUF:Q2_K
- Unsloth Studio
How to use mradermacher/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 mradermacher/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 mradermacher/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 mradermacher/Trinity-Large-TrueBase-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/Trinity-Large-TrueBase-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Trinity-Large-TrueBase-GGUF:Q2_K
- Lemonade
How to use mradermacher/Trinity-Large-TrueBase-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Trinity-Large-TrueBase-GGUF:Q2_K
Run and chat with the model
lemonade run user.Trinity-Large-TrueBase-GGUF-Q2_K
List all available models
lemonade list
uploaded from rich1
Browse files- .gitattributes +7 -0
- Trinity-Large-TrueBase.Q6_K.gguf.part1of7 +3 -0
- Trinity-Large-TrueBase.Q6_K.gguf.part2of7 +3 -0
- Trinity-Large-TrueBase.Q6_K.gguf.part3of7 +3 -0
- Trinity-Large-TrueBase.Q6_K.gguf.part4of7 +3 -0
- Trinity-Large-TrueBase.Q6_K.gguf.part5of7 +3 -0
- Trinity-Large-TrueBase.Q6_K.gguf.part6of7 +3 -0
- Trinity-Large-TrueBase.Q6_K.gguf.part7of7 +3 -0
.gitattributes
CHANGED
|
@@ -48,3 +48,10 @@ Trinity-Large-TrueBase.Q8_0.gguf.part6of9 filter=lfs diff=lfs merge=lfs -text
|
|
| 48 |
Trinity-Large-TrueBase.Q8_0.gguf.part7of9 filter=lfs diff=lfs merge=lfs -text
|
| 49 |
Trinity-Large-TrueBase.Q8_0.gguf.part8of9 filter=lfs diff=lfs merge=lfs -text
|
| 50 |
Trinity-Large-TrueBase.Q8_0.gguf.part9of9 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
Trinity-Large-TrueBase.Q8_0.gguf.part7of9 filter=lfs diff=lfs merge=lfs -text
|
| 49 |
Trinity-Large-TrueBase.Q8_0.gguf.part8of9 filter=lfs diff=lfs merge=lfs -text
|
| 50 |
Trinity-Large-TrueBase.Q8_0.gguf.part9of9 filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Trinity-Large-TrueBase.Q6_K.gguf.part1of7 filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Trinity-Large-TrueBase.Q6_K.gguf.part2of7 filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Trinity-Large-TrueBase.Q6_K.gguf.part3of7 filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Trinity-Large-TrueBase.Q6_K.gguf.part4of7 filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Trinity-Large-TrueBase.Q6_K.gguf.part5of7 filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Trinity-Large-TrueBase.Q6_K.gguf.part6of7 filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Trinity-Large-TrueBase.Q6_K.gguf.part7of7 filter=lfs diff=lfs merge=lfs -text
|
Trinity-Large-TrueBase.Q6_K.gguf.part1of7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fa2a4e6fba9ce22f8e28cdb79250fc74f937854672764d31ec0d9945228b319
|
| 3 |
+
size 47244640256
|
Trinity-Large-TrueBase.Q6_K.gguf.part2of7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:910d666d097c6be51eafd92936ad157ace60ea7ca468148e18f4da467fe8d1d7
|
| 3 |
+
size 47244640256
|
Trinity-Large-TrueBase.Q6_K.gguf.part3of7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a483ffb77bfafb52e46eb12930ef33282bc71dbd275ae0819f7f8c444741a514
|
| 3 |
+
size 47244640256
|
Trinity-Large-TrueBase.Q6_K.gguf.part4of7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff04f4365b0c0f1cdc73664fda16b95aadb63f2d6d4df9d33393b35c92d590a0
|
| 3 |
+
size 47244640256
|
Trinity-Large-TrueBase.Q6_K.gguf.part5of7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:908bf0242e4254ae1a882074380cec3ca5a5a7db7e9896db870288f61abf922a
|
| 3 |
+
size 47244640256
|
Trinity-Large-TrueBase.Q6_K.gguf.part6of7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2416ba9d0bdf3b1b93a4742e0ddefb1df0f1f376eeaafe367e2f07d2e0fddc58
|
| 3 |
+
size 47244640256
|
Trinity-Large-TrueBase.Q6_K.gguf.part7of7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b1d681ce2855915a396bbee6c704e55f7f51704a13dbf06b37f2e29109ed76e
|
| 3 |
+
size 43682542016
|