# Model Blob SHA-256 Hashes — Day 2 Prompt-Injection CTF Lab
# This lab uses the same qwen2.5:1.5b model as Day 1.
# If the Day-1 volume already contains this model, this lab's pre-stage.sh will
# find it already present (no re-download needed with a shared volume).
#
# These are content-addressed Ollama model blob hashes (ADR-6).
# If the SHA-256 matches after pulling, you have exactly the same model weights.
#
# Verify after pulling:
#   docker compose exec ollama ollama show qwen2.5:1.5b

# ── qwen2.5:1.5b ─────────────────────────────────────────────────────────────
# Architecture: qwen2 | Parameters: 1.5B | Quantization: Q4_K_M
# Context length: 32768 | Embedding length: 1536 | License: Apache 2.0
# Use: the raw (unguarded) CTF target model
#
# Main GGUF blob (986 MB, Q4_K_M quantized):
QWEN2_5_1_5B_BLOB_SHA256=183715c435899236895da3869489cc30ac241476b4971a20285b1a462818a5b4
#
# Config/manifest SHA-256:
QWEN2_5_1_5B_CONFIG_SHA256=377ac4d7aeefd5b870c9fccff9a6d4df36901d99fe3277c2f755bc401601ba1c
