Closed EmilyIsCoding closed 23 hours ago
Note: Links to docs will display an error until the docs builds have been completed.
There are 1 currently active SEVs. If your PR is affected, please view them below:
As of commit 3fd14e1e5d711c6b9988e24046849dd25f78770c with merge base e9fd56a812cf0ba151fa164a45eb04056d099726 (): :green_heart: Looks good so far! There are no failures yet. :green_heart:
This comment was automatically generated by Dr. CI and updates every 15 minutes.
Context
What is the purpose of this PR? Is it to
Please link to any issues this PR addresses. Closes #2041
Changelog
What are the changes made in this PR?
TiedEmbeddingTransformerDecoder
and unused imports intorchtune/modules/transformer.py
TiedEmbeddingTransformerDecoder
imports intorchtune/modules/__init__.py
Test plan
Please make sure to do each of the following if applicable to your PR. If you're unsure about any one of these just ask and we will happily help. We also have a contributing page for some guidance on contributing.
pre-commit install
)pytest tests
pytest tests -m integration_test
UX
If your function changed a public API, please add a dummy example of what the user experience will look like when calling it. Here is a docstring example and a tutorial example