File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN pip install \
4242RUN pip install \
4343 llama_stack_provider_lmeval==0.2.4
4444RUN pip install \
45- llama_stack_provider_ragas==0.3.0
45+ llama_stack_provider_ragas[remote] ==0.3.0
4646RUN pip install \
4747 --extra-index-url https://test.pypi.org/simple/ llama_stack_provider_trustyai_fms==0.2.3
4848RUN pip install --extra-index-url https://download.pytorch.org/whl/cpu torch 'torchao>=0.12.0' torchvision
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ distribution_spec:
2222 - provider_type : remote::trustyai_lmeval
2323 module : llama_stack_provider_lmeval==0.2.4
2424 - provider_type : inline::trustyai_ragas
25- module : llama_stack_provider_ragas==0.3.0
25+ module : llama_stack_provider_ragas[remote] ==0.3.0
2626 datasetio :
2727 - provider_type : remote::huggingface
2828 - provider_type : inline::localfs
You can’t perform that action at this time.
0 commit comments