-
Notifications
You must be signed in to change notification settings - Fork 0
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
EPD-612: Evaluations with AutoblocksTracer #124
Merged
Merged
Changes from 4 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3c5beed
EPD-612: Evaluators in tracer POC
3108b84
EPD-612: Resolved merge conflicts
4264ec1
EPD-612: Updates
e0b4e44
EPD-612: Handling failing evaluator
86245e2
Update autoblocks/_impl/tracer.py
dmorton2297 a4f7d92
Update autoblocks/_impl/tracer.py
dmorton2297 96de3d3
Update autoblocks/_impl/tracer.py
dmorton2297 08f7648
EPD-612: Initial feedback updates
ac31360
EPD-612: Updates
1dcb95c
epd=612: PR feedback
7a8211f
epd-612: Attemp graceful exit
57d8070
epd-612: Cleanup
f1c82d9
epd-612: Updated tracer to try catch running evaluations and added un…
2ab7d8a
Merge branch 'main' into dan/epd-612-evals-python-sdk-imp
dmorton2297 5116807
epd-612: on_exit adjustment
f4c0600
Fixed merge conflicts
8476f31
updates
37995e9
EPD-612: Shutdown test
4547ca2
EPD-612: Improved cleanup
2541b5d
EPD-612: More cleanup
8c60a5c
epd-612: Move tests around
c8e1b89
Merge branch 'main' into dan/epd-612-evals-python-sdk-imp
dmorton2297 1343684
epd-612: Removed background_thread helpers in main
680f911
EPD-612: Parametrize shutdown test
506b258
EPD-612: Remove set and forget
4f13876
EPD-612: Feedback
f954a99
EPD-612: Feedback
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 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
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.
Note: This is temporarily here - I am going to create a tracer folder under _impl that contains its own models + tracer implementation, but have held off to make the diff easier to review