Datasets:
mteb
/

results / makefile
KennethEnevoldsen's picture
re add results without large files in history
d4cd5e2 unverified
raw
history blame
221 Bytes
install-for-tests:
@echo "--- Installing dependencies for tests ---"
# just use the dev dependencies from mteb to keep everything compatible
pip install "mteb[dev]>=1.13.0"
test:
@echo "--- Running tests ---"
pytest