Skip to content

Commit 69c21cc

Browse files
yuyantingzerocopybara-github
authored andcommitted
Remove duplicated download of dlrm int8 model.
PiperOrigin-RevId: 714172445
1 parent 681d030 commit 69c21cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

perfkitbenchmarker/linux_packages/dlrm_v2.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ def Install(vm):
6060
f'cd {MLPERF_ROOT}; unzip weights.zip -d .; '
6161
'mv model_weights model-terabyte'
6262
)
63-
vm.DownloadPreprovisionedData(
64-
MODEL_PATH, PACKAGE_NAME, 'dlrm_int8.pt', DLRM_DOWNLOAD_TIMEOUT
65-
)
6663

6764

6865
def ParseDlrmSummary(summary, metadata, scenario):

0 commit comments

Comments
 (0)