-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR enables the user to pass different `bool`, `lists` and `dict` to a component. Kubeflow typically handles those arguments by serializing them as a string . For this reason, they need to be de-serialized again within the component in order for them to be properly handled. This might go away once we move to V2. References to the issue: kubeflow/pipelines#7457 kubeflow/pipelines#7719
- Loading branch information
1 parent
e9ce0b0
commit 2b0b071
Showing
4 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
examples/pipelines/simple_pipeline/components/load_from_hub/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
huggingface_hub==0.14.1 | ||
git+https://github.com/ml6team/fondant.git@910331f3f2dc09030ed32a6578dcc2107c020590 | ||
git+https://github.com/ml6team/fondant.git | ||
pyarrow>=7.0 | ||
Pillow==9.4.0 | ||
gcsfs==2023.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters