PyTorch tutorials datasets

Reading the tutorial at Writing Custom Datasets, DataLoaders and Transforms — PyTorch Tutorials 2.1.1+cu121 documentation the following line is used to read a dataset :

landmarks_frame = pd.read_csv(‘data/faces/face_landmarks.csv’)

Where can I download face_landmarks.csv ? I’ve searched the PyTorch docs on GitHub but it is not available ?

read the tutorial again carefully and you will find it