-
Notifications
You must be signed in to change notification settings - Fork 11
Feat/async augmentations #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
ebed7de
fix: change location of prompts
Darinochka f8a7564
feat: update evolution class
Darinochka 83c1c76
Merge branch 'dev' into feat/augmentation
Darinochka bfeb407
Merge branch 'dev' into feat/augmentation
Darinochka ad57a2a
feat: update chat templates
Darinochka 659e457
feat: added new evolutions
Darinochka 90f8dd7
feat: change test structure & add test_generator
Darinochka 7a054f1
fix: fixex ruff
Darinochka 438ced1
fix: fixed import
Darinochka fff039c
fix: fixed chat_templates
Darinochka 43d6d2b
feat: async evolutions
Darinochka 2acc23e
feat: async basic
Darinochka f55b5a3
feat: async basic
Darinochka ae65a55
feat: added tests
Darinochka 9e4b905
feat: tests for generator
Darinochka fb18058
fix: main
Darinochka d4e8992
feat: batch_size in basic augmentation
Darinochka 3984e8a
fixed error
Darinochka 79e1099
fixed error
Darinochka b609b5c
feat: default batch size
Darinochka b08c359
feat: batch size with requests not prompts for evolver
Darinochka 98f1658
fix: deleted call_async
Darinochka 60e2965
Merge branch 'dev' into feat/async-augmentations
Darinochka b92e2d8
fix: fixed lint
Darinochka 7412df4
fix: tests
Darinochka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут проблема что если у нас стоит
n_evolutions>1то ведь надо применять несколько эволюций последовательно, типа результат предыдущей итераций подавать на вход следующей итерацииа не так что сделать несколько вариантов одной эволюции
а вообще мне кажется надо сделать параметр, который бы регулировал это поведение, потому что и то и другое поведение приемлемо
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
если что можно отдельным PR решить эту проблему