Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLee97 committed Aug 23, 2024
1 parent af981bc commit 89822b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions baguetter/evaluation/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@
from pathlib import Path
from typing import TYPE_CHECKING, Callable, Literal

import numpy as np
import ranx
from openpyxl import Workbook
from sentence_transformers import SentenceTransformer
from sentence_transformers.quantization import quantize_embeddings

from baguetter.indices import USearchDenseIndex
from baguetter.utils.common import ensure_dir_exists
from baguetter.utils.numpy_cache import numpy_cache

if TYPE_CHECKING:
from baguetter.evaluation.datasets.base import BaseDataset
Expand Down

0 comments on commit 89822b6

Please sign in to comment.