Skip to content

Commit

Permalink
add rankbatch to base import
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlatt committed Dec 12, 2024
1 parent 7f21aef commit 3c0b67c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lightning_ir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
LightningIRDataModule,
QueryDataset,
QuerySample,
RankBatch,
RankSample,
RunDataset,
SearchBatch,
Expand Down Expand Up @@ -184,6 +185,7 @@
"QueryDataset",
"QuerySample",
"RankCallback",
"RankBatch",
"RankNet",
"RankSample",
"ReRankCallback",
Expand Down

0 comments on commit 3c0b67c

Please sign in to comment.