Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/benchmark_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ ensure_hf_cli() {
}

resolve_trace_source() {
local dataset="semianalysisai/cc-traces-weka-042026"
local dataset="${AGENTIC_HF_DATASET:-semianalysisai/cc-traces-weka-042026}"
TRACE_SOURCE_FLAG="--hf-dataset $dataset"
echo "Loading traces from Hugging Face dataset: $dataset"
# Pre-download the dataset into the shared HF_HUB_CACHE (same mount used
Expand Down