Skip to content

Commit

Permalink
update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelsty committed Aug 23, 2024
1 parent c4addda commit 587c879
Show file tree
Hide file tree
Showing 58 changed files with 5,461 additions and 175 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ evaluation_datasets/
*.tsv

/test-model/

colbert-training/
17 changes: 17 additions & 0 deletions Makefile
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
Loading

0 comments on commit 587c879

Please sign in to comment.