Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
change the requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyih committed Mar 24, 2021
1 parent 1d6351f commit 43b6b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The question entity linking data is under http://dl.fbaipublicfiles.com/elq/EL4Q
1. Create conda environment and install requirements (this step can be skipped if you've already created an environment for BLINK)
```console
conda create -n el4qa -y python=3.7 && conda activate el4qa
pip install -r requirements.txt
pip install -r elq/requirements.txt
```

2. Download the pretrained models, indices, and entity embeddings
Expand Down

0 comments on commit 43b6b78

Please sign in to comment.