Commit Graph

4 Commits

Author SHA1 Message Date
kzlin
f926a7b87d data: include qwen35-swebench-50sess trace under third_party/traces/
Add the 54 MB SWE 50sess replay trace to the repo under
third_party/traces/ so it travels with `git clone` to GPU nodes that
can't reach the sandbox network. Previously the trace only lived under
outputs/ which is .gitignored.

Whitelist third_party/traces/ in .gitignore (same pattern as the
existing third_party/sglang/ allowlist).

After cloning on a new host, either symlink the file into outputs/ for
backward compatibility:
  ln -sf ../third_party/traces/qwen35-swebench-50sess.jsonl \
         outputs/qwen35-swebench-50sess.jsonl
or update sweep scripts to point --trace at third_party/traces/.

README in the new directory documents the file's lineage
(SiCo → SiBench → audit.jsonl → convert_audit_to_trace.py) and the
100 MB GitLab single-file limit warning for future trace additions.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 14:07:05 +08:00
Claude Code Agent
552f3f564e chore(submodule): add third_party/agentic-kvcache submodule
Pinned to scaleaisys/projects/agentic-kvcache.git HEAD. Whitelisted
in .gitignore alongside third_party/sglang/.
2026-05-13 13:59:05 +08:00
bded08301f chore: vendor sglang v0.5.10 snapshot 2026-04-24 12:29:36 +00:00
d2fe014db7 chore: initialize repo hygiene 2026-04-24 12:17:40 +00:00