Instructions to use AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF", filename="Titus-CybersecurityLLM-v1.0.Q4_K_M.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-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 AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-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 AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF:Q4_K_M
Use Docker
docker model run hf.co/AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF:Q4_K_M
- Ollama
How to use AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF with Ollama:
ollama run hf.co/AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF:Q4_K_M
- Unsloth Studio
How to use AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-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 AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-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 AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF with Docker Model Runner:
docker model run hf.co/AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF:Q4_K_M
- Lemonade
How to use AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF-Q4_K_M
List all available models
lemonade list
Titus-CybersecurityLLM-v1.0 Q4_K_M GGUF
This repository contains the Q4_K_M GGUF variant of AlicanKiraz0/Titus-CybersecurityLLM-v1.0, a Turkish-first cybersecurity assistant fine-tuned from Qwen/Qwen3.6-35B-A3B.
The source model was trained on a 500K+ row cybersecurity instruction dataset created with a structured security taxonomy, using LoRA over an approximately 4B-parameter adaptation surface, then merged and converted to GGUF for llama.cpp-compatible runtimes.
Files
titus-cybersecurityllm-v1.0-q4_0.gguf
Variant Details
- Variant: GGUF Q4_K_M
- Source model:
AlicanKiraz0/Titus-CybersecurityLLM-v1.0 - Base model:
Qwen/Qwen3.6-35B-A3B - Architecture:
qwen3_5_moe - Target runtime: llama.cpp-compatible tools
- Primary language: Turkish cybersecurity assistance
Intended Use
This GGUF build is intended for local inference workflows where lower memory usage is preferred:
- SOC alert triage
- DFIR checklist generation
- Threat hunting prompts
- Detection logic drafting
- IAM, cloud, Kubernetes, endpoint, Docker, and AppSec review support
- Authorized purple-team, lab, and CTF-style validation
Dataset Taxonomy Summary
The source model was fine-tuned with a cybersecurity taxonomy that models:
- Domain: SOC, IR, DFIR, cloud, IAM, endpoint, web, API, Kubernetes, AppSec, DevSecOps, malware, threat intel, GRC, OT/ICS, mobile, AI/LLM security, and resilience
- Artifact type: logs, EDR telemetry, SIEM alerts, HTTP transcripts, email headers, IAM policies, K8s manifests, Terraform, SBOM, CVE records, forensic excerpts
- Task family: triage, classification, artifact analysis, detection engineering, rule/query writing, root cause analysis, remediation planning, executive reporting
- Reasoning type: direct recognition, causal inference, temporal reconstruction, evidence synthesis, trade-off analysis, cross-domain reasoning
- Difficulty: L1 fundamental through L5 research/strategic
- Safety: defensive, bounded dual-use, CTF/lab-only, restricted/excluded
Example Usage
With llama.cpp:
llama-cli \
-m titus-cybersecurityllm-v1.0-q4_k_m.gguf \
-p "Windows hostta LSASS erişimi şüphesini doğrulamak için hangi telemetry alanlarına bakarsın?" \
-n 512 \
--temp 0
With a chat template-aware frontend such as LM Studio or compatible llama.cpp server builds, load the GGUF file and use Turkish cybersecurity prompts directly.
Notes
- Q4_K_M is optimized for size and accessibility, not maximum quality.
- For highest fidelity, use the BF16 merged safetensors model:
AlicanKiraz0/Titus-CybersecurityLLM-v1.0. - For Apple Silicon MLX workflows, use:
AlicanKiraz0/Titus-CybersecurityLLM-v1.0-mlx-4Bit.
Safety
This model is intended for authorized defensive security workflows. Offensive or dual-use analysis should remain limited to legal, controlled, and explicitly authorized lab, CTF, red-team, purple-team, or detection validation contexts.
- Downloads last month
- 1,404
4-bit
Model tree for AlicanKiraz0/Titus-CybersecurityLLM-v1.0-Q4_K_M-No-MTP-GGUF
Base model
AlicanKiraz0/Titus-CybersecurityLLM-v1.0