Instructions to use mradermacher/Cakrawala-123B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Cakrawala-123B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Cakrawala-123B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Cakrawala-123B-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 mradermacher/Cakrawala-123B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf mradermacher/Cakrawala-123B-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/Cakrawala-123B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf mradermacher/Cakrawala-123B-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/Cakrawala-123B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Cakrawala-123B-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/Cakrawala-123B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Cakrawala-123B-GGUF:Q2_K
Use Docker
docker model run hf.co/mradermacher/Cakrawala-123B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use mradermacher/Cakrawala-123B-GGUF with Ollama:
ollama run hf.co/mradermacher/Cakrawala-123B-GGUF:Q2_K
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/Cakrawala-123B-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Cakrawala-123B-GGUF:Q2_K
- Lemonade
How to use mradermacher/Cakrawala-123B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Cakrawala-123B-GGUF:Q2_K
Run and chat with the model
lemonade run user.Cakrawala-123B-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
uploaded from nico1
Browse files
.gitattributes
CHANGED
|
@@ -39,3 +39,6 @@ Cakrawala-123B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
Cakrawala-123B.Q8_0.gguf.part1of3 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
Cakrawala-123B.Q8_0.gguf.part2of3 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
Cakrawala-123B.Q8_0.gguf.part3of3 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
Cakrawala-123B.Q8_0.gguf.part1of3 filter=lfs diff=lfs merge=lfs -text
|
| 40 |
Cakrawala-123B.Q8_0.gguf.part2of3 filter=lfs diff=lfs merge=lfs -text
|
| 41 |
Cakrawala-123B.Q8_0.gguf.part3of3 filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Cakrawala-123B.Q6_K.gguf.part1of3 filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Cakrawala-123B.Q6_K.gguf.part2of3 filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Cakrawala-123B.Q6_K.gguf.part3of3 filter=lfs diff=lfs merge=lfs -text
|
Cakrawala-123B.Q6_K.gguf.part1of3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:305a1a04cf647a1d21e74ea1b755e3cf26a88ff22fb40020c5a9a28d4a91d1b1
|
| 3 |
+
size 34359738368
|
Cakrawala-123B.Q6_K.gguf.part2of3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e9419c1158498751aab0b5806f4526b9f7e596ef6b92da36c881ef98cda110b
|
| 3 |
+
size 34359738368
|
Cakrawala-123B.Q6_K.gguf.part3of3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0119259994a2a01abbd3fa15da306c421a448e4c64f29cbfefdc23b4115d9ad9
|
| 3 |
+
size 31866801120
|