-
Notifications
You must be signed in to change notification settings - Fork 6.6k
[LoRA] use the PyTorch classes wherever needed and start depcrecation cycles #7204
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
500051f
fix PyTorch classes and start deprecsation cycles.
sayakpaul 8476239
Merge branch 'main' into remove-linear_cls
sayakpaul 9061ebb
remove args crafting for accommodating scale.
sayakpaul 76b7cbd
remove scale check in feedforward.
sayakpaul 93b5106
assert against nn.Linear and not CompatibleLinear.
sayakpaul d1f3d3c
Merge branch 'main' into remove-linear_cls
sayakpaul 8095317
remove conv_cls and lineaR_cls.
sayakpaul 7e96549
remove scale
sayakpaul 59181e4
👋 scale.
sayakpaul 1413847
fix: unet2dcondition
sayakpaul 0556738
fix attention.py
sayakpaul f56f9f3
fix: attention.py again
sayakpaul 9997189
fix: unet_2d_blocks.
sayakpaul 4f66db0
fix-copies.
sayakpaul fd348d1
more fixes.
sayakpaul 10c4232
fix: resnet.py
sayakpaul 6fe19d9
more fixes
sayakpaul c256b77
fix i2vgenxl unet.
sayakpaul 45030fb
depcrecate scale gently.
sayakpaul 6b5212b
fix-copies
sayakpaul b487395
Merge branch 'main' into remove-linear_cls
sayakpaul ee645c7
Apply suggestions from code review
sayakpaul bfdfc20
quality
sayakpaul d4fa31d
throw warning when scale is passed to the the BasicTransformerBlock c…
sayakpaul 15ef1e7
remove scale from signature.
sayakpaul d0375fa
cross_attention_kwargs, very nice catch by Yiyi
sayakpaul 99e557c
Merge branch 'main' into remove-linear_cls
sayakpaul 8f76caa
fix: logger.warn
sayakpaul 5d2dd72
Merge branch 'main' into remove-linear_cls
sayakpaul 5956b54
Merge branch 'main' into remove-linear_cls
sayakpaul 402ec90
make deprecation message clearer.
sayakpaul de01273
address final comments.
sayakpaul f56254e
maintain same depcrecation message and also add it to activations.
sayakpaul 0ffc8e5
address yiyi
sayakpaul 69bbe93
fix copies
sayakpaul 5cd5a28
Merge branch 'main' into remove-linear_cls
sayakpaul 416b412
Apply suggestions from code review
sayakpaul 83181b4
more depcrecation
sayakpaul 938c9b0
fix-copies
sayakpaul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.