File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,13 +101,7 @@ done
101101
102102log " stage previous public v0.2 input bundle from $INPUT_BUNDLE_REPO ($INPUT_BUNDLE_SUBPATH )"
103103hf 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"
112106copy_downloaded_subpath " $WORK /dl-inputs" " $INPUT_BUNDLE_SUBPATH /benchmark_inputs" " $ROOT /benchmark_inputs"
113107cp " $WORK /dl-inputs/$INPUT_BUNDLE_SUBPATH " /eval/* .labels.jsonl " $ROOT /eval/"
You can’t perform that action at this time.
0 commit comments