ZySec-SecurityLLM โ€” MLX 6-bit

6-bit quantized MLX build of ZySec-AI/SecurityLLM, for fast local inference on Apple Silicon.

  • Precision: 6-bit affine, group size 64.
  • Weights unchanged from source โ€” format + precision conversion only.
  • Converted with mlx-lm.

Builds

GGUF builds: QuantFactory/SecurityLLM-GGUF.

Usage

pip install mlx-lm
from mlx_lm import load, generate
model, tok = load("ahmedandaloes/ZySec-SecurityLLM-MLX-6bit")
p = tok.apply_chat_template([{"role":"user","content":"Name a common web vulnerability."}], add_generation_prompt=True)
print(generate(model, tok, prompt=p, max_tokens=200, verbose=True))

Attribution

Source: ZySec-AI/SecurityLLM. License per source (Apache-2.0 assumed; verify). MLX build for the Apple Silicon community. For authorized security work only.

Downloads last month
283
Safetensors
Model size
7B params
Tensor type
F16
ยท
U32
ยท
MLX
Hardware compatibility
Log In to add your hardware

6-bit

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

Model tree for ahmedandaloes/ZySec-SecurityLLM-MLX-6bit

Quantized
(8)
this model

Collection including ahmedandaloes/ZySec-SecurityLLM-MLX-6bit