Unverified Commit c016dbdb authored by Junbum Lee's avatar Junbum Lee Committed by GitHub
Browse files

Fix execution PATH for PPLM Example (#14287)

parent 34307bb3
...@@ -17,7 +17,7 @@ Please check out the repo under uber-research for more information: https://gith ...@@ -17,7 +17,7 @@ Please check out the repo under uber-research for more information: https://gith
git clone https://github.com/huggingface/transformers && cd transformers git clone https://github.com/huggingface/transformers && cd transformers
pip install . pip install .
pip install nltk torchtext # additional requirements. pip install nltk torchtext # additional requirements.
cd examples/text-generation/pplm cd examples/research_projects/pplm
``` ```
## PPLM-BoW ## PPLM-BoW
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment