Skip to content

Commit 1f932db

Browse files
committed
feat: bump trustyai_lmeval to v0.3.0
https://pypi.org/project/llama-stack-provider-lmeval/0.3.0/ Relates to: RHAIENG-1380 Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
1 parent 5dec14f commit 1f932db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

distribution/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN pip install \
4040
transformers \
4141
uvicorn
4242
RUN pip install \
43-
llama_stack_provider_lmeval==0.2.4
43+
llama_stack_provider_lmeval==0.3.0
4444
RUN pip install \
4545
llama_stack_provider_ragas[remote]==0.3.0
4646
RUN pip install \

distribution/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ distribution_spec:
2020
- provider_type: inline::meta-reference
2121
eval:
2222
- provider_type: remote::trustyai_lmeval
23-
module: llama_stack_provider_lmeval==0.2.4
23+
module: llama_stack_provider_lmeval==0.3.0
2424
- provider_type: inline::trustyai_ragas
2525
module: llama_stack_provider_ragas[remote]==0.3.0
2626
datasetio:

distribution/run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ providers:
104104
eval:
105105
- provider_id: trustyai_lmeval
106106
provider_type: remote::trustyai_lmeval
107-
module: llama_stack_provider_lmeval==0.2.4
107+
module: llama_stack_provider_lmeval==0.3.0
108108
config:
109109
use_k8s: ${env.TRUSTYAI_LMEVAL_USE_K8S:=true}
110110
base_url: ${env.VLLM_URL:=}

0 commit comments

Comments
 (0)