Skip to content

Commit 7f1550a

Browse files
authored
Fix typo in clean-nvidia-scratch-space (#170)
1 parent 7cccb35 commit 7f1550a

File tree

1 file changed

+1
-1
lines changed
  • script/clean-nvidia-mlperf-inference-scratch-space

1 file changed

+1
-1
lines changed

script/clean-nvidia-mlperf-inference-scratch-space/customize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def preprocess(i):
3030
cache_rm_tags = "nvidia-harness,_download_model,_sdxl"
3131

3232
cache_rm_tags = cache_rm_tags + extra_cache_rm_tags
33-
mlc = i['automation'].action_target
33+
mlc = i['automation'].action_object
3434

3535
if cache_rm_tags:
3636
r = mlc.access({'action': 'rm', 'automation': 'cache',

0 commit comments

Comments
 (0)