-
Notifications
You must be signed in to change notification settings - Fork 125
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
hooks: add hook for VADER #679
Merged
Merged
Conversation
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
rokm
approved these changes
Dec 31, 2023
github-actions bot
pushed a commit
to wxx9248/Pickle-Rush
that referenced
this pull request
Jan 4, 2024
…23.12 (#83) Bumps [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) from 2023.11 to 2023.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases">pyinstaller-hooks-contrib's releases</a>.</em></p> <blockquote> <h2>2023.12</h2> <p>Please see the <a href="https://www.github.com/pyinstaller/pyinstaller-hooks-contrib/tree/master/CHANGELOG.rst">changelog</a> for more details</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst">pyinstaller-hooks-contrib's changelog</a>.</em></p> <blockquote> <h2>2023.12 (2024-01-03)</h2> <p>New hooks</p> <pre><code> * Add hook for ``detectron2`` to collect its source .py files for TorchScript/JIT. (`[#676](pyinstaller/pyinstaller-hooks-contrib#676) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_) * Add hook for ``fastai`` to collect its source .py files for TorchScript/JIT. (`[#676](pyinstaller/pyinstaller-hooks-contrib#676) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_) * Add hook for ``fvcore.nn`` to collect its source .py files for TorchScript/JIT. (`[#676](pyinstaller/pyinstaller-hooks-contrib#676) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_) * Add hook for ``langchain`` that collects data files from the package. (`[#681](pyinstaller/pyinstaller-hooks-contrib#681) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/681>`_) * Add hook for ``lightning`` (PyTorch Lightning) to ensure that its ``version.info`` data file is collected. (`[#676](pyinstaller/pyinstaller-hooks-contrib#676) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_) * Add hook for ``linear_operator`` to collect its source .py files for TorchScript/JIT. (`[#676](pyinstaller/pyinstaller-hooks-contrib#676) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_) * Add hook for ``seedir`` that collects the ``words.txt`` data file from the package. (`[#681](pyinstaller/pyinstaller-hooks-contrib#681) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/681>`_) * Add hook for ``timm`` (Hugging Face PyTorch Image Models) to collect its source .py files for TorchScript/JIT. (`[#676](pyinstaller/pyinstaller-hooks-contrib#676) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_) * Add hook for ``torchaudio`` that collects dynamically-loaded extensions, as well as source .py files for TorchScript/JIT. (`[#676](pyinstaller/pyinstaller-hooks-contrib#676) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_) * Add hook for ``torchtext`` that collects dynamically-loaded extensions, as well as source .py files for TorchScript/JIT. (`[#676](pyinstaller/pyinstaller-hooks-contrib#676) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_) * Add hook for ``torchvision.io.image`` to ensure that dynamically-loaded extension, required by this module, is collected. (`[#676](pyinstaller/pyinstaller-hooks-contrib#676) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_) * Add hook for ``VADER``. (`[#679](pyinstaller/pyinstaller-hooks-contrib#679) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/679>`_) * Add hook for Hugging Face ``datasets`` to collect its source .py files for TorchScript/JIT. (`[#676](pyinstaller/pyinstaller-hooks-contrib#676) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_) * Add hook for Hugging Face ``transformers``. The hook attempts to automatically collect the metadata of all dependencies (as declared in `deps` dictionary in the `transformers.dependency_versions_table` module), in order to make dependencies available at build time visible to ``transformers`` at run time. The hook also collects source .py files as some of the package's functionality uses TorchScript/JIT. (`[#676](pyinstaller/pyinstaller-hooks-contrib#676) <https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/676>`_) </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/16295d14a07aa7567903ecdc63556008dc988cb6"><code>16295d1</code></a> Release v2023.12</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/13fc0fd1656e9313172f751df063f75d68631a3e"><code>13fc0fd</code></a> hooks: remove hook for google.api</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/7d0c295856b465b132474d1f438b239396bc33a4"><code>7d0c295</code></a> hooks: add hook for seedir</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/adb0eeb5f654a45250cf5bfe3fe31670116d47a4"><code>adb0eeb</code></a> hooks: add hook for langchain</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/9322348879736e9ee154841556b8d71db7172657"><code>9322348</code></a> Scheduled weekly dependency update for week 00 (<a href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/680">#680</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/98e03f00795c147bec1768f0cb37e5053796b7ee"><code>98e03f0</code></a> hooks: add hook for VADER</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/df1035483f268fca3a2848eeec6235cdf9a2fee6"><code>df10354</code></a> Scheduled weekly dependency update for week 52 (<a href="https://redirect.github.com/pyinstaller/pyinstaller-hooks-contrib/issues/678">#678</a>)</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/b9ed3babf51a3ed9cfd87857c414d7c7e24994be"><code>b9ed3ba</code></a> cleanup: clean up and simplify <code>get_hooks_dirs</code> entry-point</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/a2f65ef1af8df2edc64f8097df0c10e98f6bae69"><code>a2f65ef</code></a> hooks: tensorflow: collect plugins from tensorflow-plugins</li> <li><a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/commit/4ac0e974d0fae07cbeae4b1739bb89636d079a91"><code>4ac0e97</code></a> tests: add multiprocessing.freeze_support() call to lightning test</li> <li>Additional commits viewable in <a href="https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/2023.11...2023.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyinstaller-hooks-contrib&package-manager=pip&previous-version=2023.11&new-version=2023.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds a hook for VADER, which is a valence-aware dictionary-based sentiment analyzer for English.