Skip to content
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

Fix rollup bundles and update versions #250

Merged
merged 3 commits into from
Jul 1, 2019
Merged

Fix rollup bundles and update versions #250

merged 3 commits into from
Jul 1, 2019

Conversation

dsmilkov
Copy link
Contributor

@dsmilkov dsmilkov commented Jul 1, 2019

#237, #243 & #233 updated the peer dependencies of our models to be core and converter instead of the union.

However since the rollup config was not updated, this resulted in published model's bundles to include the whole tfjs-core and tfjs-converter. E.g. https://unpkg.com/@tensorflow-models/coco-ssd@1.1.0/dist/coco-ssd.min.js is ~577KB but should be ~27KB.

After this change, I will re-release patch versions of the updated models.


This change is Reviewable

@dsmilkov dsmilkov requested review from pyu10055 and nsthorat July 1, 2019 13:09
Copy link

@nsthorat nsthorat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 18 of 18 files at r1.
Reviewable status: :shipit: complete! 1 of 1 approvals obtained (waiting on @nsthorat and @pyu10055)

@dsmilkov dsmilkov merged commit 9a50d22 into master Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants