Skip to content

Commit

Permalink
update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelsty committed Aug 22, 2024
1 parent feaedfe commit 8c6847a
Show file tree
Hide file tree
Showing 7 changed files with 165 additions and 167 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/
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
test:
pytest pylate
pytest tests

ruff:
ruff format pylate

lint:
ruff check pylate
Loading

0 comments on commit 8c6847a

Please sign in to comment.