Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions distribution/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ RUN pip install \
RUN pip install \
llama_stack_provider_lmeval==0.3.1
RUN pip install \
llama_stack_provider_ragas==0.3.6
llama_stack_provider_ragas==0.4.1
RUN pip install \
llama_stack_provider_ragas[remote]==0.3.6
llama_stack_provider_ragas[remote]==0.4.1
RUN pip install \
llama_stack_provider_trustyai_fms==0.2.3
RUN pip install 'torchao>=0.12.0' --extra-index-url https://download.pytorch.org/whl/cpu torch torchvision
Expand Down
4 changes: 2 additions & 2 deletions distribution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ You can see an overview of the APIs and Providers the image ships with in the ta
| agents | inline::meta-reference | No | ✅ | N/A |
| datasetio | inline::localfs | No | ✅ | N/A |
| datasetio | remote::huggingface | No | ✅ | N/A |
| eval | inline::trustyai_ragas | Yes (version 0.3.6) | ❌ | Set the `EMBEDDING_MODEL` environment variable |
| eval | inline::trustyai_ragas | Yes (version 0.4.1) | ❌ | Set the `EMBEDDING_MODEL` environment variable |
| eval | remote::trustyai_lmeval | Yes (version 0.3.1) | ✅ | N/A |
| eval | remote::trustyai_ragas | Yes (version 0.3.6) | ❌ | Set the `KUBEFLOW_LLAMA_STACK_URL` environment variable |
| eval | remote::trustyai_ragas | Yes (version 0.4.1) | ❌ | Set the `KUBEFLOW_LLAMA_STACK_URL` environment variable |
| files | inline::localfs | No | ✅ | N/A |
| inference | inline::sentence-transformers | No | ✅ | N/A |
| inference | remote::azure | No | ❌ | Set the `AZURE_API_KEY` environment variable |
Expand Down
4 changes: 2 additions & 2 deletions distribution/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ distribution_spec:
- provider_type: remote::trustyai_lmeval
module: llama_stack_provider_lmeval==0.3.1
- provider_type: inline::trustyai_ragas
module: llama_stack_provider_ragas==0.3.6
module: llama_stack_provider_ragas==0.4.1
- provider_type: remote::trustyai_ragas
module: llama_stack_provider_ragas[remote]==0.3.6
module: llama_stack_provider_ragas[remote]==0.4.1
datasetio:
- provider_type: remote::huggingface
- provider_type: inline::localfs
Expand Down
2 changes: 1 addition & 1 deletion distribution/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ providers:
namespace: ${env.KUBEFLOW_NAMESPACE:=}
llama_stack_url: ${env.KUBEFLOW_LLAMA_STACK_URL:=}
base_image: ${env.KUBEFLOW_BASE_IMAGE:=}
pipelines_token: ${env.KUBEFLOW_PIPELINES_TOKEN:=}
pipelines_api_token: ${env.KUBEFLOW_PIPELINES_TOKEN:=}
datasetio:
- provider_id: huggingface
provider_type: remote::huggingface
Expand Down
Loading