-
Notifications
You must be signed in to change notification settings - Fork 53
Setup basic github actions and cleaning up pyproject.toml #64
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
Conversation
|
@elronbandel : finishing up this PR here and will open another issue for
|
pyproject.toml
Outdated
| "trl==0.19.0", | ||
| "peft", | ||
| "torch" | ||
| "docling>=2.28.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.
Should this be a core dependency? it may be very constraining
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.
I'll move it to a category of it's own.
Setting up basic github actions in #53.