scandeval.benchmark_modules
docs
package
scandeval.benchmark_modules
| """The different types of modules that can be benchmarked."""
from .base import BenchmarkModule
from .fresh import FreshEncoderModel
from .hf import HuggingFaceEncoderModel
from .litellm import LiteLLMModel
from .vllm import VLLMModel
|