Text Generation
GGUF
English
Māori
llama.cpp
abteex-ai-labs
aotearoa
deepseek
local-first
lumynax
new-zealand
reasoning
sovereign-ai
text
vllm
vllm-compatible
vllm-experimental
nvidia-nim
nim-compatible
nim-candidate
nvidia-nemo
nem
nvidia-nemo-pathway
nem-pathway
nem-convert-required
conversational
Instructions to use AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf", filename="lumynax-reasoning-deepseek-distill-text-gguf-f16.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf:F16 # Run inference directly in the terminal: llama-cli -hf AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf:F16 # Run inference directly in the terminal: llama-cli -hf AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf:F16
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 AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf:F16 # Run inference directly in the terminal: ./llama-cli -hf AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf:F16
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 AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf:F16
Use Docker
docker model run hf.co/AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf:F16
- LM Studio
- Jan
- vLLM
How to use AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "AbteeXAILab/lumynax-reasoning-deepseek-distill-text-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": "AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf:F16
- Ollama
How to use AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf with Ollama:
ollama run hf.co/AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf:F16
- Unsloth Studio
How to use AbteeXAILab/lumynax-reasoning-deepseek-distill-text-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 AbteeXAILab/lumynax-reasoning-deepseek-distill-text-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 AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf to start chatting
- Atomic Chat new
- Docker Model Runner
How to use AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf with Docker Model Runner:
docker model run hf.co/AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf:F16
- Lemonade
How to use AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull AbteeXAILab/lumynax-reasoning-deepseek-distill-text-gguf:F16
Run and chat with the model
lemonade run user.lumynax-reasoning-deepseek-distill-text-gguf-F16
List all available models
lemonade list
docs: publish professional LumynaX model card
Browse files- README.md +18 -0
- checksums.sha256 +1 -1
README.md
CHANGED
|
@@ -43,6 +43,24 @@ This repository is a complete LumynaX release package for `AbteeXAILab/lumynax-r
|
|
| 43 |
|
| 44 |
LumynaX-infused means the upstream artifact is presented through the LumynaX release layer: local-first runtime scaffolding, LumynaX assistant identity, inference-chain metadata, public documentation, integrity files, and Aotearoa New Zealand-oriented workflow positioning. The release manifest records this as a LumynaX packaging and inference-chain layer around the listed upstream artifact; it does not claim a private LumynaX weight merge.
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
## Quickstart
|
| 47 |
|
| 48 |
```bash
|
|
|
|
| 43 |
|
| 44 |
LumynaX-infused means the upstream artifact is presented through the LumynaX release layer: local-first runtime scaffolding, LumynaX assistant identity, inference-chain metadata, public documentation, integrity files, and Aotearoa New Zealand-oriented workflow positioning. The release manifest records this as a LumynaX packaging and inference-chain layer around the listed upstream artifact; it does not claim a private LumynaX weight merge.
|
| 45 |
|
| 46 |
+
## AbteeX LumynaX Public Surface
|
| 47 |
+
|
| 48 |
+
This card follows the AbteeX/LumynaX public-facing system used across the release family: warm paper background visuals, black editorial typography, amber proof markers, compact evidence tables, and plain-language runtime instructions. The goal is not decoration; it is operational clarity. A downloader should immediately understand what the package is, what files belong together, what runtime path is expected, what provenance is available, and what limits still apply.
|
| 49 |
+
|
| 50 |
+
## Sovereignty And Run Contract
|
| 51 |
+
|
| 52 |
+
| Field | Value |
|
| 53 |
+
| --- | --- |
|
| 54 |
+
| Public surface | AbteeX/LumynaX light editorial system: warm paper, black ink, amber status markers, and evidence-first tables. |
|
| 55 |
+
| Sovereign intent | Package is documented for local-first use, explicit provenance, and controlled deployment near governed data. |
|
| 56 |
+
| Runtime residency | `llama_cpp` runtime can be deployed by the user in their own approved environment. |
|
| 57 |
+
| Model artifact | `lumynax-reasoning-deepseek-distill-text-gguf-f16.gguf` must stay with manifest, checksums, quickstart, requirements, and license files. |
|
| 58 |
+
| Modalities | `text` |
|
| 59 |
+
| License discipline | `other` metadata is surfaced so downstream users can check redistribution and usage terms. |
|
| 60 |
+
| Audit expectation | Record repo id, artifact checksum, runtime command, prompt template, operator, and deployment environment for production use. |
|
| 61 |
+
| Router readiness | Compatible with the LumynaX MaramaRoute registry pattern for sovereign model selection and fallback planning. |
|
| 62 |
+
| Local serving | Preferred first path is llama.cpp or llama-cpp-python with checksum verification before launch. |
|
| 63 |
+
|
| 64 |
## Quickstart
|
| 65 |
|
| 66 |
```bash
|
checksums.sha256
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
21a96376ccca74661dcef988f85d8305c0eca1f89f45416e989c8a8ce37c014b .gitattributes
|
| 2 |
15fb6fbdfafefcb5fe2df034645ece10db543067b1e574ccbade930419be4bc2 LICENSE.txt
|
| 3 |
-
|
| 4 |
2dfede0e6610c473959c963b292fcec325452acba33fd1bba21110e04933df53 VERSION.txt
|
| 5 |
1ed3055ac08c242b620d36d4b306919d360275adcc623bcb843c1df6eaaf89c4 artifacts/release_training_summary.json
|
| 6 |
63b2004bb02b71271b22f532dbb5227ad9d04a931791c0cc3c2925d1cacc5cb9 hf_space/README.md
|
|
|
|
| 1 |
21a96376ccca74661dcef988f85d8305c0eca1f89f45416e989c8a8ce37c014b .gitattributes
|
| 2 |
15fb6fbdfafefcb5fe2df034645ece10db543067b1e574ccbade930419be4bc2 LICENSE.txt
|
| 3 |
+
5dd94fbbc0debfefdcf414ac4dc8d31ece20952e2a7e3739813d88ad34932cb6 README.md
|
| 4 |
2dfede0e6610c473959c963b292fcec325452acba33fd1bba21110e04933df53 VERSION.txt
|
| 5 |
1ed3055ac08c242b620d36d4b306919d360275adcc623bcb843c1df6eaaf89c4 artifacts/release_training_summary.json
|
| 6 |
63b2004bb02b71271b22f532dbb5227ad9d04a931791c0cc3c2925d1cacc5cb9 hf_space/README.md
|