From 76fd208fa8b85c8b6f54edc2a6fdf3a8939f4a6f Mon Sep 17 00:00:00 2001 From: Ayush Mishra <61145377+novaturient95@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:38:57 +0530 Subject: [PATCH] update model-eval image with batch-score deps (#3335) --- .../model_evaluation/environment/context/conda.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/training/model_evaluation/environment/context/conda.yaml b/assets/training/model_evaluation/environment/context/conda.yaml index 1fc0871f86..53f30c03a3 100644 --- a/assets/training/model_evaluation/environment/context/conda.yaml +++ b/assets/training/model_evaluation/environment/context/conda.yaml @@ -36,4 +36,8 @@ dependencies: - pydantic=={{latest-pypi-version}} - mteb=={{latest-pypi-version}} - setuptools>=70.0.0 - - rouge>=1.0.0,<2.0.0 \ No newline at end of file + - rouge>=1.0.0,<2.0.0 + # batch score dependencies + - opencensus-ext-azure=={{latest-pypi-version}} + - StrEnum=={{latest-pypi-version}} + - pyDispatcher=={{latest-pypi-version}}