Skip to content

Commit 6c5211b

Browse files
committed
chore: bump lmeval version
Original LMEval provider issue: https://issues.redhat.com/browse/RHOAIENG-32731 Bump LMEval provider version from 0.2.1 to 0.2.3. Relates to: RHAIENG-696 Signed-off-by: Sébastien Han <seb@redhat.com>
1 parent cbbc46c commit 6c5211b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

distribution/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ RUN pip install \
1515
fastapi \
1616
fire \
1717
httpx \
18-
kubernetes \
19-
llama_stack_provider_lmeval==0.2.4 \
2018
llama_stack_provider_trustyai_fms==0.2.1 \
2119
matplotlib \
2220
mcp>=1.8.1 \
@@ -40,6 +38,8 @@ RUN pip install \
4038
tqdm \
4139
transformers \
4240
uvicorn
41+
RUN pip install \
42+
llama_stack_provider_lmeval==0.2.3
4343
RUN pip install --extra-index-url https://download.pytorch.org/whl/cpu torch torchao>=0.12.0 torchvision
4444
RUN pip install --no-deps sentence-transformers
4545
RUN pip install --no-cache llama-stack==0.2.21

distribution/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ distribution_spec:
1515
- provider_type: inline::meta-reference
1616
eval:
1717
- provider_type: remote::trustyai_lmeval
18+
module: llama_stack_provider_lmeval==0.2.3
1819
datasetio:
1920
- provider_type: remote::huggingface
2021
- provider_type: inline::localfs

0 commit comments

Comments
 (0)