Skip to content
New issue

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

Installation update #53

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ PPLM allows a user to flexibly plug in one or more tiny attribute models represe
See also our [arXiv paper](https://arxiv.org/abs/1912.02164), [blog post](https://eng.uber.com/pplm), and try it out for yourself with no setup using the [Colab notebook](https://colab.research.google.com/drive/1Ux0Z4-ruiVtJ6jUk98uk6FqfvGHCOYL3).

## Setup

The project require Python3.6.
```bash
pip install -r requirements.txt
pip install -r requirements.txt -f https://download.pytorch.org/whl/torch_stable.html
```

## Citation
Expand Down
8 changes: 7 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
torch==1.7.0
torch==1.7.0+cpu
torchvision==0.8.1+cpu
torchaudio===0.7.0
typing-extensions==3.7.2
requests==2.18.4
packaging==16.8
filelock==3.0.12
nltk==3.4.5
colorama==0.4.4
transformers==3.4.0
Expand Down