We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cccb35 commit 7f1550aCopy full SHA for 7f1550a
script/clean-nvidia-mlperf-inference-scratch-space/customize.py
@@ -30,7 +30,7 @@ def preprocess(i):
30
cache_rm_tags = "nvidia-harness,_download_model,_sdxl"
31
32
cache_rm_tags = cache_rm_tags + extra_cache_rm_tags
33
- mlc = i['automation'].action_target
+ mlc = i['automation'].action_object
34
35
if cache_rm_tags:
36
r = mlc.access({'action': 'rm', 'automation': 'cache',
0 commit comments