Skip to content

Commit 9d3906a

Browse files
committed
eval: fix v02 suite input bundle download
1 parent 4f36eef commit 9d3906a

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

tools/jobs/v02_suite_run.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,7 @@ done
101101

102102
log "stage previous public v0.2 input bundle from $INPUT_BUNDLE_REPO ($INPUT_BUNDLE_SUBPATH)"
103103
hf download "$INPUT_BUNDLE_REPO" --repo-type model \
104-
--include "$INPUT_BUNDLE_SUBPATH/benchmark_inputs/*.vcf" \
105-
--include "$INPUT_BUNDLE_SUBPATH/benchmark_inputs/v02_benchmark_inputs_report.json" \
106-
--include "$INPUT_BUNDLE_SUBPATH/eval/*.labels.jsonl" \
107-
--include "$INPUT_BUNDLE_SUBPATH/eval/*example_specs.jsonl" \
108-
--include "$INPUT_BUNDLE_SUBPATH/eval/v02_rollout_inputs_report.json" \
109-
--include "$INPUT_BUNDLE_SUBPATH/cache/window_embeddings/**" \
110-
--include "$INPUT_BUNDLE_SUBPATH/cache/carbon_zero_shot_logp.jsonl" \
104+
--include "$INPUT_BUNDLE_SUBPATH/**" \
111105
--local-dir "$WORK/dl-inputs"
112106
copy_downloaded_subpath "$WORK/dl-inputs" "$INPUT_BUNDLE_SUBPATH/benchmark_inputs" "$ROOT/benchmark_inputs"
113107
cp "$WORK/dl-inputs/$INPUT_BUNDLE_SUBPATH"/eval/*.labels.jsonl "$ROOT/eval/"

0 commit comments

Comments
 (0)