-
Notifications
You must be signed in to change notification settings - Fork 114
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
redo logging #415
Merged
Merged
redo logging #415
Changes from 35 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
8bda6bb
adding closed source models
NathanHB 8122fb8
refacto CLI
NathanHB 8e6e615
use correct parallelism manager for each model we use
NathanHB e85d31a
adds typer
NathanHB f6e18e8
adds typer
NathanHB 372b89b
use typer as cli tool
NathanHB 94031db
redo logging
NathanHB 8c7f67c
redo logging
NathanHB c18f1be
lazy load rouge scorer
NathanHB 4960dd5
fixes
NathanHB a3ac7a3
change log level of missing task
NathanHB 00f3962
remove unused variable
NathanHB 1360abe
fixes
NathanHB e99c268
fix from review
NathanHB 85d2ef0
Merge branch 'main' into nathan-refacto-cli
NathanHB e950828
remove uneeded files
NathanHB 7864c6b
Merge branch 'nathan-refacto-cli' of github.com:huggingface/lighteval…
NathanHB f989ed8
add typer to deps
NathanHB 2c2748c
fix docs
NathanHB a80a1db
fix docs
NathanHB ae4caba
fix docs
NathanHB a79453a
fix tests
NathanHB 3481562
fix tests
NathanHB b0ca7f1
fix tests
NathanHB 39ba282
fix tests
NathanHB 9110d96
Update src/lighteval/metrics/metrics_sample.py
NathanHB 39d70a5
Merge branch 'nathan-refacto-cli' into nathan-refacto-logging
NathanHB 7b9ab20
Merge branch 'nathan-refacto-logging' of github.com:huggingface/light…
NathanHB 7339568
Update src/lighteval/metrics/metrics_sample.py
NathanHB 6ef4e81
Merge remote-tracking branch 'origin/main' into nathan-refacto-logging
NathanHB 5280fc0
fix dependencies
NathanHB 1c30dec
rm hirarchical logger file
NathanHB 38ce291
fix logging level
NathanHB 4a1b94a
fix readme
NathanHB 2e55920
fix dependencies and readme
NathanHB c96c6ca
Update src/lighteval/pipeline.py
NathanHB 051f5e2
Update src/lighteval/tasks/registry.py
NathanHB aac6c82
Merge branch 'main' into nathan-refacto-logging
NathanHB f1013bb
fix styling
NathanHB 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
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
Oops, something went wrong.
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.
We'll want to offer a no parallelism option I think
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.
not sure what you mean, parallelism is not enabled by default, we have to set
model_parallel=True
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.
Using accelerate is mandatory to launch lighteval, but we might want a setup with no DP/MP/PP of any kind, without gpu use