9 Commits

Author SHA1 Message Date
sora
ee27130d4d Update multi-machine distribution: move hle to gpu051 2026-07-28 02:40:37 +00:00
sora
5ab3f249c6 Add deployment and multi-machine benchmark scripts
- scripts/build_and_upload_docker.sh: sync context, build, save and upload
  evalscope-complete-py312 image to ModelScope.
- scripts/deploy_remote_machine.sh: SSH to a fresh machine and run install.sh.
- scripts/run_multi_machine.sh: distribute official-suite benchmarks across
  3 machines (gpu048, gpu049, gpu051).
2026-07-28 02:34:46 +00:00
sora
0a3b880da3 Simplify deploy_evalscope.sh: remove old evalstone/ migration
- No need to keep compatibility with the old evalstone/ subdirectory layout.
- Now simply removes everything except datasets/ and docker/, then clones
  the code directly into  root.
2026-07-27 07:59:57 +00:00
sora
279a83051d Fix deploy_evalscope.sh: clone code into EVALSCOPE_DIR root instead of evalstone/ subdirectory
- Previously the script cloned code into /evalstone/, so after
  mounting the host directory to /opt/evalscope the container could not find
  bash/run.py and the evalscope package.
- Now the script clones directly into  root, preserving existing
  datasets/ and docker/ directories.
- Also handles migration from old evalstone/ subdirectory layouts.
2026-07-27 07:49:16 +00:00
sora
5532c9403e Add checkpoint skip for loaded images and --download-swe flag 2026-07-27 06:22:39 +00:00
sora
8d6c5d8c1f Add logging for sandbox image preparation step 2026-07-27 06:16:21 +00:00
sora
6cb82bbc61 Remove docker pull fallback for sandbox images; use ModelScope only 2026-07-27 05:43:39 +00:00
sora
991a4a5f7f Add sandbox images download from ModelScope; fix Excel sample count total 2026-07-27 05:34:16 +00:00
sora
03b49a39d0 all 2026-07-22 03:26:58 +00:00