Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-hey committed Jan 13, 2025
1 parent 4fabb09 commit 1442673
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions mteb/models/promptriever_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
import numpy as np
import torch


from mteb.encoder_interface import Encoder, PromptType
from mteb.model_meta import ModelMeta, ScoringFunction


from .repllama_models import RepLLaMAWrapper, model_prompts
from .wrapper import Wrapper

Expand Down
1 change: 0 additions & 1 deletion tests/test_benchmark/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from .mock_tasks import MockRetrievalTask



@pytest.mark.parametrize("model", ["colbert-ir/colbertv2.0"])
@pytest.mark.parametrize("task", [MockRetrievalTask()])
@pytest.mark.skip(reason="Needs pylate")
Expand Down

0 comments on commit 1442673

Please sign in to comment.