Skip to content

Commit e7e8691

Browse files
committed
Use add_deps and not adr in download-and-extract
1 parent 1892165 commit e7e8691

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

script/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MLCommons Automation Scripts
22

3-
*Last updated: 2026-02-05 19:23:12*
3+
*Last updated: 2026-02-18 17:10:51*
44

55
This directory contains automation scripts for MLPerf benchmarks, AI/ML workflows, and development operations.
66

script/download-and-extract/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ variations:
9090
default: 'true'
9191
env:
9292
MLC_EXTRACT_REMOVE_EXTRACTED: 'no'
93-
adr:
93+
add_deps:
9494
extract-script:
9595
tags:
9696
_keep
@@ -99,7 +99,7 @@ variations:
9999
env:
100100
MLC_EXTRACT_REMOVE_EXTRACTED: 'yes'
101101
group: keep
102-
adr:
102+
add_deps:
103103
extract-script:
104104
tags:
105105
_remove-extracted

0 commit comments

Comments
 (0)