We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
`
The text was updated successfully, but these errors were encountered:
Having the same issue when running python demo.py --data full
Sorry, something went wrong.
me too
I actually use the make -j 8; but it still dosn't work.Did you know how to solve this ?
No branches or pull requests
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
`
The text was updated successfully, but these errors were encountered: