Instructions to use AbteeXAILab/lumynax-infused-qwen25-7b-instruct-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 AbteeXAILab/lumynax-infused-qwen25-7b-instruct-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 AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M # Run inference directly in the terminal: llama cli -hf AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M # Run inference directly in the terminal: llama cli -hf AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_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 AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M # Run inference directly in the terminal: ./llama-cli -hf AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_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 AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M
Use Docker
docker model run hf.co/AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M
- LM Studio
- Jan
- vLLM
How to use AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "AbteeXAILab/lumynax-infused-qwen25-7b-instruct-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-infused-qwen25-7b-instruct-gguf", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M
- Ollama
How to use AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf with Ollama:
ollama run hf.co/AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M
- Unsloth Desktop
- Pi
How to use AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf with Docker Model Runner:
docker model run hf.co/AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M
- Lemonade
How to use AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M
Run and chat with the model
lemonade run user.lumynax-infused-qwen25-7b-instruct-gguf-Q3_K_M
List all available models
lemonade list
- Hermes Agent
How to use AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf:Q3_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
chore: standardise legacy release metadata
Browse filesAdd canonical lifecycle and infusion metadata, correct Hugging Face base-model and pipeline metadata, and refresh integrity records.
- README.md +1 -0
- checksums.sha256 +2 -2
- release_export_manifest.json +107 -88
|
@@ -29,6 +29,7 @@ tags:
|
|
| 29 |
- nem-convert-required
|
| 30 |
- legacy
|
| 31 |
- outdated
|
|
|
|
| 32 |
---
|
| 33 |
|
| 34 |
# LumynaX Infused Qwen2.5 7B Instruct GGUF
|
|
|
|
| 29 |
- nem-convert-required
|
| 30 |
- legacy
|
| 31 |
- outdated
|
| 32 |
+
base_model: Qwen/Qwen2.5-7B-Instruct
|
| 33 |
---
|
| 34 |
|
| 35 |
# LumynaX Infused Qwen2.5 7B Instruct GGUF
|
|
@@ -10,8 +10,8 @@ aed311c3fc400867ea11307bde99cb7997f3990d820f8f9f552a770b7536606d ollama/create_
|
|
| 10 |
c69d3ca16b799ed0affccb4d56c1c4b501ef8494944328652efef2b4da1a12ac ollama/Modelfile
|
| 11 |
e99189eaf7e3d100bd9040ad627ff1d62d8b838006e8c01097a064d4aac8427f quickstart.py
|
| 12 |
a96b16179dc6cc9afdf0cf7a96a80c199cbd00b9be207c3465be21cb721cca5e qwen2.5-7b-instruct-q3_k_m.gguf
|
| 13 |
-
|
| 14 |
-
|
| 15 |
2a7ca962dd79646b8470b45ec926ade0a4eb01ebdd93452e6990d8997666e378 requirements.txt
|
| 16 |
229062abd0fb5478289496f4446c9bca8ccde2a3a90884befdb151143bfb3f8c UPLOAD_TO_HF.md
|
| 17 |
2dfede0e6610c473959c963b292fcec325452acba33fd1bba21110e04933df53 VERSION.txt
|
|
|
|
| 10 |
c69d3ca16b799ed0affccb4d56c1c4b501ef8494944328652efef2b4da1a12ac ollama/Modelfile
|
| 11 |
e99189eaf7e3d100bd9040ad627ff1d62d8b838006e8c01097a064d4aac8427f quickstart.py
|
| 12 |
a96b16179dc6cc9afdf0cf7a96a80c199cbd00b9be207c3465be21cb721cca5e qwen2.5-7b-instruct-q3_k_m.gguf
|
| 13 |
+
1393ff08b006243744fa285c3d311e4f5b0a1b314f9c745983929c172d8541af README.md
|
| 14 |
+
b14c9e6168157b6f56943a6ade912d1e80c56ef51011caec4cea27b03e10ba3f release_export_manifest.json
|
| 15 |
2a7ca962dd79646b8470b45ec926ade0a4eb01ebdd93452e6990d8997666e378 requirements.txt
|
| 16 |
229062abd0fb5478289496f4446c9bca8ccde2a3a90884befdb151143bfb3f8c UPLOAD_TO_HF.md
|
| 17 |
2dfede0e6610c473959c963b292fcec325452acba33fd1bba21110e04933df53 VERSION.txt
|
|
@@ -1,88 +1,107 @@
|
|
| 1 |
-
{
|
| 2 |
-
"artifacts": {
|
| 3 |
-
"checksums": "checksums.sha256",
|
| 4 |
-
"gguf": "qwen2.5-7b-instruct-q3_k_m.gguf",
|
| 5 |
-
"gitattributes": ".gitattributes",
|
| 6 |
-
"hf_space_app": "hf_space/app.py",
|
| 7 |
-
"hf_space_dir": "hf_space",
|
| 8 |
-
"hf_space_readme": "hf_space/README.md",
|
| 9 |
-
"hf_space_requirements": "hf_space/requirements.txt",
|
| 10 |
-
"license": "LICENSE.txt",
|
| 11 |
-
"merged_model": "merged_model",
|
| 12 |
-
"mmproj": null,
|
| 13 |
-
"ollama_create_script": "ollama/create_ollama_model.ps1",
|
| 14 |
-
"ollama_modelfile": "ollama/Modelfile",
|
| 15 |
-
"package_state": "merged_model/PACKAGE_STATE.txt",
|
| 16 |
-
"quantized_gguf": "qwen2.5-7b-instruct-q3_k_m.gguf",
|
| 17 |
-
"quickstart": "quickstart.py",
|
| 18 |
-
"readme": "README.md",
|
| 19 |
-
"requirements": "requirements.txt",
|
| 20 |
-
"training_summary": "artifacts/release_training_summary.json",
|
| 21 |
-
"upload_notes": "UPLOAD_TO_HF.md",
|
| 22 |
-
"version": "VERSION.txt"
|
| 23 |
-
},
|
| 24 |
-
"capabilities": {
|
| 25 |
-
"reasoning_enabled": false,
|
| 26 |
-
"supported_modalities": [
|
| 27 |
-
"text"
|
| 28 |
-
]
|
| 29 |
-
},
|
| 30 |
-
"delivery": "standalone_prebuilt_gguf_release",
|
| 31 |
-
"distribution": {
|
| 32 |
-
"hf_space": {
|
| 33 |
-
"app": "hf_space/app.py",
|
| 34 |
-
"default_model_repo_id": "AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf",
|
| 35 |
-
"directory": "hf_space",
|
| 36 |
-
"model_repo_env_var": "LUMYNAX_MODEL_REPO_ID",
|
| 37 |
-
"readme": "hf_space/README.md",
|
| 38 |
-
"requirements": "hf_space/requirements.txt",
|
| 39 |
-
"status": "browser_showcase_for_gguf_only_release"
|
| 40 |
-
},
|
| 41 |
-
"ollama": {
|
| 42 |
-
"create_script": "ollama/create_ollama_model.ps1",
|
| 43 |
-
"mmproj": null,
|
| 44 |
-
"modelfile": "ollama/Modelfile",
|
| 45 |
-
"preferred_gguf": "qwen2.5-7b-instruct-q3_k_m.gguf",
|
| 46 |
-
"recommended_model_name": "lumynax-infused-qwen25-7b-instruct-gguf",
|
| 47 |
-
"status": "ready_for_local_ollama_create"
|
| 48 |
-
}
|
| 49 |
-
},
|
| 50 |
-
"family": null,
|
| 51 |
-
"generated_at": "2026-05-10T12:40:57.857697+00:00",
|
| 52 |
-
"license": {
|
| 53 |
-
"id": "apache-2.0",
|
| 54 |
-
"link": "https://huggingface.co/Qwen/Qwen2.5-7B-Instruct-GGUF",
|
| 55 |
-
"name": null,
|
| 56 |
-
"weights_subject_to_upstream_license": true
|
| 57 |
-
},
|
| 58 |
-
"manifest_version": 2,
|
| 59 |
-
"model_title": "LumynaX Infused Qwen2.5 7B Instruct GGUF",
|
| 60 |
-
"package_state": "prebuilt_gguf_release",
|
| 61 |
-
"public_identity": {
|
| 62 |
-
"model_name": "LumynaX",
|
| 63 |
-
"organization": "AbteeX AI Labs",
|
| 64 |
-
"region": "Aotearoa New Zealand"
|
| 65 |
-
},
|
| 66 |
-
"release_version": "v1",
|
| 67 |
-
"runtime": {
|
| 68 |
-
"delivery_mode": "standalone_prebuilt_gguf",
|
| 69 |
-
"preferred_backend": "llama_cpp",
|
| 70 |
-
"prompt_format": "chatml",
|
| 71 |
-
"quickstart_command": "python quickstart.py --interactive",
|
| 72 |
-
"system_prompt": "You are LumynaX operating from the LumynaX Infused Qwen2.5 7B Instruct GGUF package identity. Be helpful, clear, and honest about provenance."
|
| 73 |
-
},
|
| 74 |
-
"source_gguf": {
|
| 75 |
-
"filename": "qwen2.5-7b-instruct-q3_k_m.gguf",
|
| 76 |
-
"mmproj_filename": null,
|
| 77 |
-
"packaged_filename": "qwen2.5-7b-instruct-q3_k_m.gguf",
|
| 78 |
-
"packaged_mmproj_filename": null,
|
| 79 |
-
"quantization": "Q3_K_M",
|
| 80 |
-
"repo_id": "Qwen/Qwen2.5-7B-Instruct-GGUF"
|
| 81 |
-
},
|
| 82 |
-
"upstream_model": {
|
| 83 |
-
"kind": "official_base_weights",
|
| 84 |
-
"lumynax_weight_adaptation_applied": false,
|
| 85 |
-
"provider": "Hugging Face",
|
| 86 |
-
"repo_id": "Qwen/Qwen2.5-7B-Instruct"
|
| 87 |
-
}
|
| 88 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifacts": {
|
| 3 |
+
"checksums": "checksums.sha256",
|
| 4 |
+
"gguf": "qwen2.5-7b-instruct-q3_k_m.gguf",
|
| 5 |
+
"gitattributes": ".gitattributes",
|
| 6 |
+
"hf_space_app": "hf_space/app.py",
|
| 7 |
+
"hf_space_dir": "hf_space",
|
| 8 |
+
"hf_space_readme": "hf_space/README.md",
|
| 9 |
+
"hf_space_requirements": "hf_space/requirements.txt",
|
| 10 |
+
"license": "LICENSE.txt",
|
| 11 |
+
"merged_model": "merged_model",
|
| 12 |
+
"mmproj": null,
|
| 13 |
+
"ollama_create_script": "ollama/create_ollama_model.ps1",
|
| 14 |
+
"ollama_modelfile": "ollama/Modelfile",
|
| 15 |
+
"package_state": "merged_model/PACKAGE_STATE.txt",
|
| 16 |
+
"quantized_gguf": "qwen2.5-7b-instruct-q3_k_m.gguf",
|
| 17 |
+
"quickstart": "quickstart.py",
|
| 18 |
+
"readme": "README.md",
|
| 19 |
+
"requirements": "requirements.txt",
|
| 20 |
+
"training_summary": "artifacts/release_training_summary.json",
|
| 21 |
+
"upload_notes": "UPLOAD_TO_HF.md",
|
| 22 |
+
"version": "VERSION.txt"
|
| 23 |
+
},
|
| 24 |
+
"capabilities": {
|
| 25 |
+
"reasoning_enabled": false,
|
| 26 |
+
"supported_modalities": [
|
| 27 |
+
"text"
|
| 28 |
+
]
|
| 29 |
+
},
|
| 30 |
+
"delivery": "standalone_prebuilt_gguf_release",
|
| 31 |
+
"distribution": {
|
| 32 |
+
"hf_space": {
|
| 33 |
+
"app": "hf_space/app.py",
|
| 34 |
+
"default_model_repo_id": "AbteeXAILab/lumynax-infused-qwen25-7b-instruct-gguf",
|
| 35 |
+
"directory": "hf_space",
|
| 36 |
+
"model_repo_env_var": "LUMYNAX_MODEL_REPO_ID",
|
| 37 |
+
"readme": "hf_space/README.md",
|
| 38 |
+
"requirements": "hf_space/requirements.txt",
|
| 39 |
+
"status": "browser_showcase_for_gguf_only_release"
|
| 40 |
+
},
|
| 41 |
+
"ollama": {
|
| 42 |
+
"create_script": "ollama/create_ollama_model.ps1",
|
| 43 |
+
"mmproj": null,
|
| 44 |
+
"modelfile": "ollama/Modelfile",
|
| 45 |
+
"preferred_gguf": "qwen2.5-7b-instruct-q3_k_m.gguf",
|
| 46 |
+
"recommended_model_name": "lumynax-infused-qwen25-7b-instruct-gguf",
|
| 47 |
+
"status": "ready_for_local_ollama_create"
|
| 48 |
+
}
|
| 49 |
+
},
|
| 50 |
+
"family": null,
|
| 51 |
+
"generated_at": "2026-05-10T12:40:57.857697+00:00",
|
| 52 |
+
"license": {
|
| 53 |
+
"id": "apache-2.0",
|
| 54 |
+
"link": "https://huggingface.co/Qwen/Qwen2.5-7B-Instruct-GGUF",
|
| 55 |
+
"name": null,
|
| 56 |
+
"weights_subject_to_upstream_license": true
|
| 57 |
+
},
|
| 58 |
+
"manifest_version": 2,
|
| 59 |
+
"model_title": "LumynaX Infused Qwen2.5 7B Instruct GGUF",
|
| 60 |
+
"package_state": "prebuilt_gguf_release",
|
| 61 |
+
"public_identity": {
|
| 62 |
+
"model_name": "LumynaX",
|
| 63 |
+
"organization": "AbteeX AI Labs",
|
| 64 |
+
"region": "Aotearoa New Zealand"
|
| 65 |
+
},
|
| 66 |
+
"release_version": "v1",
|
| 67 |
+
"runtime": {
|
| 68 |
+
"delivery_mode": "standalone_prebuilt_gguf",
|
| 69 |
+
"preferred_backend": "llama_cpp",
|
| 70 |
+
"prompt_format": "chatml",
|
| 71 |
+
"quickstart_command": "python quickstart.py --interactive",
|
| 72 |
+
"system_prompt": "You are LumynaX operating from the LumynaX Infused Qwen2.5 7B Instruct GGUF package identity. Be helpful, clear, and honest about provenance."
|
| 73 |
+
},
|
| 74 |
+
"source_gguf": {
|
| 75 |
+
"filename": "qwen2.5-7b-instruct-q3_k_m.gguf",
|
| 76 |
+
"mmproj_filename": null,
|
| 77 |
+
"packaged_filename": "qwen2.5-7b-instruct-q3_k_m.gguf",
|
| 78 |
+
"packaged_mmproj_filename": null,
|
| 79 |
+
"quantization": "Q3_K_M",
|
| 80 |
+
"repo_id": "Qwen/Qwen2.5-7B-Instruct-GGUF"
|
| 81 |
+
},
|
| 82 |
+
"upstream_model": {
|
| 83 |
+
"kind": "official_base_weights",
|
| 84 |
+
"lumynax_weight_adaptation_applied": false,
|
| 85 |
+
"provider": "Hugging Face",
|
| 86 |
+
"repo_id": "Qwen/Qwen2.5-7B-Instruct"
|
| 87 |
+
},
|
| 88 |
+
"lumynax_manifest_version": 3,
|
| 89 |
+
"lifecycle": {
|
| 90 |
+
"status": "legacy",
|
| 91 |
+
"maintenance": "unmaintained",
|
| 92 |
+
"production_recommended": false
|
| 93 |
+
},
|
| 94 |
+
"lumynax_infusion": {
|
| 95 |
+
"core_role": "primary_intelligence_model",
|
| 96 |
+
"method": "routed",
|
| 97 |
+
"infused_model": "Qwen/Qwen2.5-7B-Instruct",
|
| 98 |
+
"weight_composition_applied": false,
|
| 99 |
+
"moe_composition": "not_applied"
|
| 100 |
+
},
|
| 101 |
+
"licensing": {
|
| 102 |
+
"id": "apache-2.0",
|
| 103 |
+
"license_file": "LICENSE.txt",
|
| 104 |
+
"source_model_repo": "Qwen/Qwen2.5-7B-Instruct",
|
| 105 |
+
"weights_subject_to_source_license": true
|
| 106 |
+
}
|
| 107 |
+
}
|