Instructions to use SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use SicariusSicariiStuff/Tenebra_30B_Alpha01_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 SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf SicariusSicariiStuff/Tenebra_30B_Alpha01_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 SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf SicariusSicariiStuff/Tenebra_30B_Alpha01_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 SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf SicariusSicariiStuff/Tenebra_30B_Alpha01_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 SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF:Q4_K_M
Use Docker
docker model run hf.co/SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF with Ollama:
ollama run hf.co/SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF with Docker Model Runner:
docker model run hf.co/SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF:Q4_K_M
- Lemonade
How to use SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull SicariusSicariiStuff/Tenebra_30B_Alpha01_GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Tenebra_30B_Alpha01_GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Commit ·
491d277
1
Parent(s): 1b79e49
Upload 6 files
Browse files
.gitattributes
CHANGED
|
@@ -34,3 +34,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Tenebra_30B_Alpha01_Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Tenebra_30B_Alpha01_Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Tenebra_30B_Alpha01_Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Tenebra_30B_Alpha01_Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Tenebra_30B_Alpha01_Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Tenebra_30B_Alpha01_Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Tenebra_30B_Alpha01_Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Tenebra_30B_Alpha01_Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
Tenebra_30B_Alpha01_Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6548f45ec200ac8b6f2eadea0cfb0d5e893a1d372edfa08d4c3123d6efba88c7
|
| 3 |
+
size 17280732128
|
Tenebra_30B_Alpha01_Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18a22b632b179eb5efb28381077cddb6b98ac7741b01adc47488cd0ab180562f
|
| 3 |
+
size 15762525152
|
Tenebra_30B_Alpha01_Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7ede7d915f39d8810bb6d929e55ebf30ba557a9ae341a57f250af29ff5924c9
|
| 3 |
+
size 14065085408
|
Tenebra_30B_Alpha01_Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a333e4d576bc3a6e27489e015e33f1c91d612b8a2f00805daf9dc6e66f0a63b5
|
| 3 |
+
size 19622113248
|
Tenebra_30B_Alpha01_Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:346babaae58d35bcf6bf85b1f873434b6d834d409bfea549cfc2ab5f121e23a2
|
| 3 |
+
size 23048089568
|
Tenebra_30B_Alpha01_Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4f649627bcfcd4db2eb3e73ee774b5a3e9d001fb93ddcd9a18198fdbd40a9d3
|
| 3 |
+
size 22396334048
|