-
Notifications
You must be signed in to change notification settings - Fork 36
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
remove zipping #105
remove zipping #105
Conversation
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.
Make sure to resolve the conflicts first and then re-request a review from me. Thanks
I think you are looking at a different pr? |
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.
LGTM once the linter issue is fixed:
src/kagglehub/models_helpers.py:45:40: Q000 [*] Single quotes found but double quotes preferred
This pr removes zipping before upload and instead passes the structure of a directory to the API directory
Fixes #103