File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ RUN pip install \
4949RUN pip install \
5050 llama_stack_provider_lmeval==0.3.1
5151RUN pip install \
52- llama_stack_provider_ragas==0.3.6
52+ llama_stack_provider_ragas==0.4.1
5353RUN pip install \
54- llama_stack_provider_ragas[remote]==0.3.6
54+ llama_stack_provider_ragas[remote]==0.4.1
5555RUN pip install \
5656 llama_stack_provider_trustyai_fms==0.2.3
5757RUN pip install 'torchao>=0.12.0' --extra-index-url https://download.pytorch.org/whl/cpu torch torchvision
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ You can see an overview of the APIs and Providers the image ships with in the ta
1313| agents | inline::meta-reference | No | ✅ | N/A |
1414| datasetio | inline::localfs | No | ✅ | N/A |
1515| datasetio | remote::huggingface | No | ✅ | N/A |
16- | eval | inline::trustyai_ragas | Yes (version 0.3.6 ) | ❌ | Set the ` EMBEDDING_MODEL ` environment variable |
16+ | eval | inline::trustyai_ragas | Yes (version 0.4.1 ) | ❌ | Set the ` EMBEDDING_MODEL ` environment variable |
1717| eval | remote::trustyai_lmeval | Yes (version 0.3.1) | ✅ | N/A |
18- | eval | remote::trustyai_ragas | Yes (version 0.3.6 ) | ❌ | Set the ` KUBEFLOW_LLAMA_STACK_URL ` environment variable |
18+ | eval | remote::trustyai_ragas | Yes (version 0.4.1 ) | ❌ | Set the ` KUBEFLOW_LLAMA_STACK_URL ` environment variable |
1919| files | inline::localfs | No | ✅ | N/A |
2020| inference | inline::sentence-transformers | No | ✅ | N/A |
2121| inference | remote::azure | No | ❌ | Set the ` AZURE_API_KEY ` environment variable |
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ distribution_spec:
2323 - provider_type : remote::trustyai_lmeval
2424 module : llama_stack_provider_lmeval==0.3.1
2525 - provider_type : inline::trustyai_ragas
26- module : llama_stack_provider_ragas==0.3.6
26+ module : llama_stack_provider_ragas==0.4.1
2727 - provider_type : remote::trustyai_ragas
28- module : llama_stack_provider_ragas[remote]==0.3.6
28+ module : llama_stack_provider_ragas[remote]==0.4.1
2929 datasetio :
3030 - provider_type : remote::huggingface
3131 - provider_type : inline::localfs
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ providers:
146146 namespace : ${env.KUBEFLOW_NAMESPACE:=}
147147 llama_stack_url : ${env.KUBEFLOW_LLAMA_STACK_URL:=}
148148 base_image : ${env.KUBEFLOW_BASE_IMAGE:=}
149- pipelines_token : ${env.KUBEFLOW_PIPELINES_TOKEN:=}
149+ pipelines_api_token : ${env.KUBEFLOW_PIPELINES_TOKEN:=}
150150 datasetio :
151151 - provider_id : huggingface
152152 provider_type : remote::huggingface
You can’t perform that action at this time.
0 commit comments