Initial population of the weeyuga-benchmarks-public archive (PRIVATE staging visibility — flips public after Miljan + Stevan security audit sign-off per Sloba's 17:34Z dispatch). Contents: - README.md — public-facing intro (warns staging state, schema overview, citation pattern, license split) - LICENSE — CC-BY-4.0 default (auto-init from Gitea) - catalogue.json — schema_version=1.0-draft (locked once Tomas ratifies); 21 benchmarks indexed, 13 complete + 8 meta-only - methodology.md — mirror of WeeyugaWeb docs/BENCHMARKS/HARNESS.md (canonical methodology) - runs/<id>/run.jsonl|run.log|run.md|metadata.json — packaged copies of every run in WeeyugaWeb docs/BENCHMARKS/runs/* Run set covers: - Mission 1 (2026-04-28/29): pavilion-weeyuga-v1 + reconstructed v3 (96 calls, 16 models routed via weeyuga :11435) - Predator trio (2026-05-04): granite-4.1-8B + gemma-4-E4B-it + qwen3.5-9B - Predator qwen rerun (2026-05-04): qwen3.5-9B think500/nothink + qwen3-14B feasibility - A3B campaign (2026-05-04/05): pavilion-a3b + predator-a3b NGL matrix + ctx sweep + NGL+ctx 2D + NGL=6 deep dive - VPS50 CPU matrix + gemma-e4b CPU lane (2026-05-04/05) Visibility GATE: this repo stays private until Miljan G1-G4 audit and Stevan G3 credential audit both green. After sign-off, single API call flips visibility=public, anonymous read on, push-protection requires auth, issues moderate by default. No raw IPs, no SSH user@host strings, no /Users/ paths, no whisper transcripts in any of these files. Hardware names (pavilion, predator, vps50) are intentional and fine to share. Builder: WeeyugaWeb/scripts/benchmarks/build_catalogue.py (deterministic, idempotent, ~5s wall on 21 runs). Publish flow: WeeyugaWeb/scripts/benchmarks/publish_bench_run.py (builds packaged dirs, regenerates catalogue, optional --push to mirror into this repo, optional --deploy stub for cicd rsync). Owner: mac/benchmark-tester-ben (Ben). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
85 lines
3.2 KiB
JSON
85 lines
3.2 KiB
JSON
{
|
|
"id": "fe4fa289-67a9-48e8-8a80-d5d88c875208",
|
|
"title": "predator-a3b-1 \u2014 qwen3 on predator",
|
|
"date": "2026-05-04",
|
|
"hardware": "predator",
|
|
"engine": "llamacpp",
|
|
"harness": "predator-a3b-1",
|
|
"model_family": "qwen3",
|
|
"model_sizes": [
|
|
"qwen3:30b-a3b"
|
|
],
|
|
"task_kind": null,
|
|
"headline": "2 calls across 1 cell(s)",
|
|
"summary_md_path": null,
|
|
"raw_jsonl_path": "runs/fe4fa289-67a9-48e8-8a80-d5d88c875208.jsonl",
|
|
"log_path": "runs/fe4fa289-67a9-48e8-8a80-d5d88c875208.log",
|
|
"synthesis_doc": null,
|
|
"cells": [
|
|
{
|
|
"cell_id": "predator:llamacpp:qwen3:30b-a3b-q4km-think500",
|
|
"n_calls": 2,
|
|
"n_errors": 0,
|
|
"duration_ms_mean": null,
|
|
"duration_ms_p50": null,
|
|
"tokens_per_sec_mean": null,
|
|
"tokens_per_sec_max": null
|
|
}
|
|
],
|
|
"n_calls_total": 2,
|
|
"n_errors_total": 0,
|
|
"started_at": "2026-05-04T18:50:19Z",
|
|
"tags": [
|
|
"a3b",
|
|
"predator",
|
|
"qwen3"
|
|
],
|
|
"status": "complete",
|
|
"visibility": "draft",
|
|
"cells_full": [
|
|
{
|
|
"cell_id": "predator:llamacpp:qwen3:30b-a3b-q4km-think500",
|
|
"n_calls": 2,
|
|
"n_errors": 0,
|
|
"duration_ms_mean": null,
|
|
"duration_ms_p50": null,
|
|
"tokens_per_sec_mean": null,
|
|
"tokens_per_sec_max": null,
|
|
"calls": [
|
|
{
|
|
"type": "vram_snapshot",
|
|
"model_key": "qwen3-30b-a3b",
|
|
"cell_id": "predator:llamacpp:qwen3:30b-a3b-q4km-think500",
|
|
"raw": "5787, 243, 6144"
|
|
},
|
|
{
|
|
"type": "llama_bench",
|
|
"model_key": "qwen3-30b-a3b",
|
|
"cell_id": "predator:llamacpp:qwen3:30b-a3b-q4km-think500",
|
|
"raw": "llama-bench.exe : ggml_cuda_init: found 1 CUDA devices (Total VRAM: 6143 MiB):\r\nAt line:1 char:1\r\n+ & 'D:\\WeeyugaTools\\llama.cpp\\llama-bench.exe' -m 'D:\\WeeyugaModels\\ll ...\r\n+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n + CategoryInfo : NotSpecified: (ggml_cuda_init:...RAM: 6143 MiB)::String) [], RemoteException\r\n + FullyQualifiedErrorId : NativeCommandError\r\n \r\n Device 0: NVIDIA GeForce GTX 1060, compute capability 6.1, VMM: yes, VRAM: 6143 MiB\r\nload_backend: loaded CUDA backend from D:\\WeeyugaTools\\llama.cpp\\ggml-cuda.dll\r\nload_backend: loaded RPC backend from D:\\WeeyugaTools\\llama.cpp\\ggml-rpc.dll\r\nload_backend: loaded CPU backend from D:\\WeeyugaTools\\llama.cpp\\ggml-cpu-haswell.dll\r\n\r"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"meta_record": {
|
|
"type": "meta",
|
|
"benchmark_run_id": "fe4fa289-67a9-48e8-8a80-d5d88c875208",
|
|
"harness_version": "predator-a3b-1",
|
|
"started_at_utc": "2026-05-04T18:50:19Z",
|
|
"host": "Slobodans-MacBook-Air.local",
|
|
"node": "predator",
|
|
"engine": "llamacpp",
|
|
"predator_target_url": "http://10.8.0.7:11436",
|
|
"purpose": "Sloba 2026-05-04: Qwen3-30B-A3B (MoE, 3B active) on GTX 1060 6GB w/ partial offload + reasoning_budget=500",
|
|
"models": {
|
|
"qwen3-30b-a3b": {
|
|
"cell_id": "predator:llamacpp:qwen3:30b-a3b-q4km-think500",
|
|
"gguf": "Qwen3-30B-A3B-Q4_K_M.gguf",
|
|
"reasoning_budget": 500,
|
|
"note": "30B total / 3B active MoE; 17.7GB Q4_K_M; partial CPU offload via mmap"
|
|
}
|
|
}
|
|
},
|
|
"packaged_at": "2026-05-05T17:43:34Z"
|
|
}
|