-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix `RuntimeParamater` validation when provided as `_Step` attr * Add `test_validate_step_process_runtime_parameters` Also included `offset` in `GeneratorStep.process` subclasses, to ensure that the correct exception is captured * Revert adding `offset` to `test_generator_step_process_without_offset_parameter` * Use `is not None` over `not` Co-authored-by: Gabriel Martin <[email protected]> * Fix `RuntimeParameters` assignment when not provided via `_Step` attr Co-authored-by: Gabriel Martin <[email protected]> * Fix `_get_attribute_default` check when reverting `not` over `is not None` It should have been `is None` instead * Bump version to `1.0.2` * Fix `llm_blender`installation from `argilla-io` fork (#557) * Add `test_process_with_runtime_parameters` --------- Co-authored-by: Gabriel Martin <[email protected]>
- Loading branch information
1 parent
b870f39
commit c0520d8
Showing
6 changed files
with
118 additions
and
8 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
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
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
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