Skip to content

Commit

Permalink
Add load commend to CC instruction (#101)
Browse files Browse the repository at this point in the history
* Update experiments-msmarco-passage-entire.md

change instruction

* Update experiments-msmarco-passage-entire.md
  • Loading branch information
qguo96 authored Oct 30, 2020
1 parent e75f633 commit 19b16d2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/experiments-msmarco-passage-entire.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ To do this, first clone the repository recursively.
```
git clone --recursive https://github.com/castorini/pygaggle.git
```

Then install PyGaggle using:

Then load Java module:
```
module load java
```
Then install Pytorch.
Then install PyGaggle by the following commend.
```
pip install pygaggle/
pip install -r requirement.txt
```

## Models
Expand Down

0 comments on commit 19b16d2

Please sign in to comment.