-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix LFS leftovers and expired https cert
fix LFS leftovers and expired https cert
- Loading branch information
1 parent
4380c87
commit 8627404
Showing
4 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
include capreolus/utils/cache.capnp | ||
include capreolus/collection/dummy.yaml | ||
include capreolus/collection/dummy_folds.json | ||
include capreolus/collection/qrels.dummy.txt | ||
include capreolus/collection/topics.dummy.txt | ||
include capreolus/collection/dummy/data/dummy_trec_doc | ||
include capreolus/collection/qrels.robust2004.txt | ||
include capreolus/collection/rob04_cedr_folds.json | ||
include capreolus/collection/rob04_yang19_folds.json | ||
include capreolus/collection/rob04_yang19_rm3.run | ||
include capreolus/collection/robust04.yaml | ||
include capreolus/collection/topics.robust04.301-450.601-700.txt | ||
include capreolus/data/antique.json | ||
include capreolus/data/dummy/data/dummy_trec_doc | ||
include capreolus/data/dummy_folds.json | ||
include capreolus/data/dummy.yaml | ||
include capreolus/data/msmarcopassage.folds.json | ||
include capreolus/data/qrels.antique.txt | ||
include capreolus/data/qrels.dummy.txt | ||
include capreolus/data/qrels.msmarcopassage.txt | ||
include capreolus/data/qrels.robust2004.txt | ||
include capreolus/data/rob04_cedr_folds.json | ||
include capreolus/data/rob04_yang19_folds.json | ||
include capreolus/data/rob04_yang19_rm3.run | ||
include capreolus/data/robust04.yaml | ||
include capreolus/data/topics.antique.txt | ||
include capreolus/data/topics.dummy.txt | ||
include capreolus/data/topics.robust04.301-450.601-700.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ fasteners==0.15 | |
pytest-mock==1.10.4 | ||
mock | ||
pyserini==0.9.3.0 | ||
numpy | ||
scipy | ||
sphinx | ||
sphinxcontrib-apidoc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters