File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN pip install \
4040 transformers \
4141 uvicorn
4242RUN pip install \
43- llama_stack_provider_lmeval==0.2.4
43+ llama_stack_provider_lmeval==0.3.0
4444RUN pip install \
4545 llama_stack_provider_ragas[remote]==0.3.0
4646RUN pip install \
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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:=}
You can’t perform that action at this time.
0 commit comments