# B300 DeepSeek-V4-Flash / GLM-5.3 SGLang text matrix This directory archives the test code and all files written by the active B300 text-matrix run as of the snapshot time. ## Snapshot - Snapshot time: `2026-09-10 02:43:55 UTC` (`2026-09-10 10:43:55 Asia/Shanghai`) - Run ID: `b300-dsv4-glm53-dev4-20260909-084427` - B300 code path: `/data/b300-deepseek-v4-glm53` - B300 result path: `/data/b300-dsv4-glm53-text-matrix/b300-dsv4-glm53-dev4-20260909-084427` - Main log: `/data/b300-dsv4-glm53-dev4-20260909-084427.log` - Follow-up log: `/data/b300-dsv4-glm53-dev4-20260909-084427-followup.log` - Source archive SHA-256: `8676f28c6b9df7676ad93d5a4a71777bb504539b0ea6e3b129ccec69f5a563fd` Incremental synchronization: - Delta time: `2026-09-10 07:23:10 UTC` (`2026-09-10 15:23:10 Asia/Shanghai`) - Delta archive SHA-256: `c1bc269866152024afbdefbb15265832a773bfbf07ea2375e318dc252b25bdbb` - At this point DeepSeek-V4-Flash had produced 53 Low-Latency and 18 Balanced point JSON files. The DeepSeek-V4-Flash matrix was still running when this snapshot was taken. Consequently, this is a complete snapshot of files present at that time, not the final completed run archive. GLM-5.3 had completed its first pass. ## Layout - `GLM-5.3_B300全量文本性能阶段报告.md`: interim GLM-5.3 analysis. - `snapshot-20260910-024355/b300-deepseek-v4-glm53/`: runner, summarizer, model patch, and plan copied from the B300 host. - `snapshot-20260910-024355/b300-dsv4-glm53-text-matrix/`: raw run outputs, point logs, service logs, commands, status markers, and summaries. - `snapshot-20260910-024355/*.log`: top-level orchestration logs. The repository normally excludes raw benchmark logs. They are intentionally included here because this snapshot is an explicit full-run archive. ## Compressed JSON Raw benchmark JSON files larger than 5 MiB are stored losslessly as `*.json.gz` to keep every individual Git object below common GitLab limits. Restore one file with: ```bash gzip -dk path/to/point.json.gz ``` Small JSON files remain uncompressed and can be inspected directly.