File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,7 @@ RUN pip install \
4242RUN pip install \
4343 llama_stack_provider_lmeval==0.3.0
4444RUN pip install \
45- llama_stack_provider_ragas==0.3.0
46- RUN pip install \
47- llama_stack_provider_ragas[remote]==0.3.0
45+ llama_stack_provider_ragas[remote]==0.3.1
4846RUN pip install \
4947 llama_stack_provider_trustyai_fms==0.2.3
5048RUN 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.0 ) | ❌ | Set the ` EMBEDDING_MODEL ` environment variable |
16+ | eval | inline::trustyai_ragas | Yes (version 0.3.1 ) | ❌ | Set the ` EMBEDDING_MODEL ` environment variable |
1717| eval | remote::trustyai_lmeval | Yes (version 0.2.4) | ✅ | N/A |
18- | eval | remote::trustyai_ragas | Yes (version 0.3.0 ) | ❌ | Set the ` KUBEFLOW_LLAMA_STACK_URL ` environment variable |
18+ | eval | remote::trustyai_ragas | Yes (version 0.3.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 @@ -22,9 +22,7 @@ distribution_spec:
2222 - provider_type : remote::trustyai_lmeval
2323 module : llama_stack_provider_lmeval==0.3.0
2424 - provider_type : inline::trustyai_ragas
25- module : llama_stack_provider_ragas==0.3.0
26- - provider_type : remote::trustyai_ragas
27- module : llama_stack_provider_ragas[remote]==0.3.0
25+ module : llama_stack_provider_ragas[remote]==0.3.1
2826 datasetio :
2927 - provider_type : remote::huggingface
3028 - provider_type : inline::localfs
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ providers:
101101 responses_store :
102102 type : sqlite
103103 db_path : /opt/app-root/src/.llama/distributions/rh/responses_store.db
104- eval :
104+ eval:ra
105105 - provider_id : trustyai_lmeval
106106 provider_type : remote::trustyai_lmeval
107107 module : llama_stack_provider_lmeval==0.3.0
You can’t perform that action at this time.
0 commit comments