Skip to content

Commit 3dacfdc

Browse files
authored
Fix clean-nvidia-scratch-space (#168)
* Update test-nvidia-mlperf-inference-implementations.yml * Fix clean-nvidia-scratch-space
1 parent 4fe42de commit 3dacfdc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test-nvidia-mlperf-inference-implementations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: MLPerf Inference Nvidia implementations
22

33
on:
44
schedule:
5-
- cron: "38 18 * * *" #to be adjusted
5+
- cron: "36 00 * * *" #to be adjusted
66

77
jobs:
88
run_nvidia:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.8
1+
0.0.9

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +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
3334

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

0 commit comments

Comments
 (0)