microsoft / DialoGPT

Large-scale pretraining for dialogue
MIT License
2.35k stars 341 forks source link

make file error #83

Open NicoleLiYueqi opened 2 years ago

NicoleLiYueqi commented 2 years ago

Hi, there,

hope you have a good day. When I compile the demo.py --data full, I had makefile error. I'm wondering if anyone could help me to take a look?

`(LSP) oem@Yueqi:~/DialoGPT$ python demo.py --data full Better speed can be achieved with apex installed from https://www.github.com/nvidia/apex. PROJECT_FOLDER = /home/oem/DialoGPT Found existing models folder at /home/oem/DialoGPT/models, skip creating a new one! 01/31/2022 23:02:56 - INFO - main - Downloading models... 01/31/2022 23:02:56 - INFO - demo_utils - /home/oem/DialoGPT/models/small/config.json exists, return! 01/31/2022 23:02:56 - INFO - demo_utils - /home/oem/DialoGPT/models/small/vocab.json exists, return! 01/31/2022 23:02:56 - INFO - demo_utils - /home/oem/DialoGPT/models/small/merges.txt exists, return! 01/31/2022 23:02:56 - INFO - demo_utils - /home/oem/DialoGPT/models/small/pytorch_model.bin exists, return! 01/31/2022 23:02:56 - INFO - demo_utils - /home/oem/DialoGPT/models/small/small_ft.pkl exists, return! 01/31/2022 23:02:56 - INFO - main - Done!

01/31/2022 23:02:56 - INFO - main - Downloading and Extracting Data... make: [Makefile:65: data/reddit/RS_2018-08.bz2] Error 8 make: Waiting for unfinished jobs.... make: [Makefile:65: data/reddit/RS_2018-03.bz2] Error 8 make: [Makefile:65: data/reddit/RS_2018-05.bz2] Error 8 make: [Makefile:65: data/reddit/RS_2018-06.bz2] Error 8 make: [Makefile:65: data/reddit/RS_2018-07.bz2] Error 8 make: *** [Makefile:65: data/reddit/RS_2018-04.bz2] Error 8 Screenshot from 2022-01-31 23-44-32

` Screenshot from 2022-01-31 23-44-32

rcala1 commented 2 years ago

Having the same issue when running python demo.py --data full

Siegfried-qgf commented 2 years ago

me too

GasolSun36 commented 2 years ago

I actually use the make -j 8; but it still dosn't work.Did you know how to solve this ?