-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4addda
commit fe9db3e
Showing
57 changed files
with
5,456 additions
and
170 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 |
---|---|---|
|
@@ -158,4 +158,4 @@ evaluation_datasets/ | |
*.tsv | ||
|
||
/test-model/ | ||
|
||
colbert-training/ |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
test: | ||
pytest pylate | ||
pytest tests | ||
|
||
ruff: | ||
ruff format pylate | ||
|
||
lint: | ||
ruff check pylate | ||
|
||
livedoc: | ||
python docs/parse | ||
mkdocs build --clean | ||
mkdocs serve --dirtyreload | ||
|
||
deploydoc: | ||
mkdocs gh-deploy --force |
Oops, something went wrong.