CyberStrike-OffSec-35B-GGUF

hf_20260626_003513_bed87a06-b6d3-4270-9ecd-edf23c1e31d6

GGUF Quantized Versions for llama.cpp, Ollama & LM Studio


Model Size Format License


Available Quantizations

File Quant Size BPW Quality Use Case
CyberStrike-OffSec-35B-Q8_0.gguf Q8_0 36 GB 8.52 Best Highest quality, 48+ GB VRAM
CyberStrike-OffSec-35B-Q6_K.gguf Q6_K 27 GB 6.58 Excellent Near-lossless, 32+ GB VRAM
CyberStrike-OffSec-35B-Q5_K_M.gguf Q5_K_M 24 GB 5.71 Very Good Most popular, 32 GB VRAM
CyberStrike-OffSec-35B-Q4_K_M.gguf Q4_K_M 21 GB 4.89 Good Best balance, 24+ GB VRAM

How to Download

Ollama (Easiest)

# Run directly โ€” downloads automatically
ollama run hf.co/oyildirim/CyberStrike-OffSec-35B-GGUF:Q5_K_M

HuggingFace CLI

pip install huggingface_hub

# Download a specific quantization
hf download oyildirim/CyberStrike-OffSec-35B-GGUF CyberStrike-OffSec-35B-Q5_K_M.gguf

LM Studio

Search for oyildirim/CyberStrike-OffSec-35B-GGUF in the model browser, select the quantization you want, and click download.

Direct URL

https://huggingface.co/oyildirim/CyberStrike-OffSec-35B-GGUF/resolve/main/CyberStrike-OffSec-35B-Q5_K_M.gguf

Replace Q5_K_M with Q4_K_M, Q6_K, or Q8_0 for other quantizations.


Usage

Ollama

ollama run hf.co/oyildirim/CyberStrike-OffSec-35B-GGUF:Q5_K_M

Or with a custom Modelfile:

cat > Modelfile << 'EOF'
FROM ./CyberStrike-OffSec-35B-Q5_K_M.gguf

PARAMETER temperature 0.7
PARAMETER top_p 0.9

SYSTEM "You are CyberStrike, an elite offensive security AI assistant."
EOF

ollama create cyberstrike -f Modelfile
ollama run cyberstrike

llama.cpp

# Run directly from HuggingFace
./llama-cli -hf oyildirim/CyberStrike-OffSec-35B-GGUF \
  -hff CyberStrike-OffSec-35B-Q5_K_M.gguf \
  -p "Explain SSRF exploitation in cloud environments" \
  -n 512 --temp 0.7

# Or with a local file
./llama-cli -m CyberStrike-OffSec-35B-Q5_K_M.gguf \
  -p "Explain SSRF exploitation in cloud environments" \
  -n 512 --temp 0.7

LM Studio

Download any GGUF file and load it directly in LM Studio.

Benchmark Results (Full Precision)

Benchmark Score Rank
SecEval (9 domains) 81.39% #1
MITRE ATT&CK (MAET) 93.94% #1
CWE Knowledge (CWET) 93.05% #1
CyberMetric-10000 86.61% #4
MMLU Computer Security 86.00% -

Base Model

See the full model card at oyildirim/CyberStrike-OffSec-35B for complete benchmark results, training details, and architecture information.


Built with purpose. Benchmarked with rigor. Designed for professionals.

Downloads last month
28
GGUF
Model size
36B params
Architecture
qwen35moe
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for oyildirim/CyberStrike-OffSec-35B-GGUF

Quantized
(2)
this model