ck icon indicating copy to clipboard operation
ck copied to clipboard

Dependency error when running DLRM reference implementation

Open pgmpablo157321 opened this issue 2 years ago • 1 comments

I tried to run the DLRM reference implementation to test another issue, and got the following error: Screen Shot 2023-01-25 at 6 02 08 PM

Commands (in a machine without tensorboard installed):

cm pull repo octoml@ck
cm run script --tags=mlperf,inference,reference,_dlrm-99.9,_pytorch --adr.criteo-preprocessed.tags=_fake --adr.dlrm-model.tags=_debug

pgmpablo157321 avatar Jan 25 '23 23:01 pgmpablo157321

Thank you @pgmpablo157321 for reporting this error. As you had suggested we have added torch==1.10 requirement for dlrm and also added other python package dependencies including tensorboard.

arjunsuresh avatar Jan 26 '23 10:01 arjunsuresh