You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document is used to list steps of reproducing PyTorch DLRM tuning zoo result. and original DLRM README is in [DLRM README](https://github.com/facebookresearch/dlrm/blob/master/README.md)
5
+
6
+
> **Note**
7
+
>
8
+
> Please ensure your PC have >370G memory to run DLRM
9
+
> IPEX version >= 1.11
10
+
11
+
# Prerequisite
12
+
13
+
### 1. Environment
14
+
15
+
PyTorch 1.11 or higher version is needed with pytorch_fx backend.
16
+
17
+
```shell
18
+
# Install dependency
19
+
cd examples/pytorch/recommendation/dlrm/quantization/ptq/ipex
The code supports interface with the [Criteo Terabyte Dataset](https://labs.criteo.com/2013/12/download-terabyte-click-logs/)
27
+
28
+
1. download the raw data files day_0.gz, ...,day_23.gz and unzip them.
29
+
2. Specify the location of the unzipped text files day_0, ...,day_23, using --raw-data-file=<path/day> (the day number will be appended automatically), please refer "Run" command.
30
+
31
+
### 3. Prepare pretrained model
32
+
33
+
Download the DLRM PyTorch weights (`tb00_40M.pt`, 90GB) from the
0 commit comments