-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Adding BOFT: Parameter-Efficient Orthogonal Finetuning via Butterfly Factorization #1326
Commits on Nov 6, 2023
-
Zeju1997 committed
Nov 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 1d35f1e - Browse repository at this point
Copy the full SHA 1d35f1eView commit details
Commits on Nov 28, 2023
-
finished boft implementation, testing testing still required
Zeju1997 committedNov 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 6126b88 - Browse repository at this point
Copy the full SHA 6126b88View commit details
Commits on Nov 30, 2023
-
Zeju1997 committed
Nov 30, 2023 Configuration menu - View commit details
-
Copy full SHA for c3c9d3f - Browse repository at this point
Copy the full SHA c3c9d3fView commit details
Commits on Dec 1, 2023
-
Zeju1997 committed
Dec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for b7e33ce - Browse repository at this point
Copy the full SHA b7e33ceView commit details -
Zeju1997 committed
Dec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 1dbcd92 - Browse repository at this point
Copy the full SHA 1dbcd92View commit details -
Zeju1997 committed
Dec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for c1079e8 - Browse repository at this point
Copy the full SHA c1079e8View commit details -
Zeju1997 committed
Dec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for cdacbc9 - Browse repository at this point
Copy the full SHA cdacbc9View commit details -
Zeju1997 committed
Dec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 4678666 - Browse repository at this point
Copy the full SHA 4678666View commit details -
Zeju1997 committed
Dec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 1864b87 - Browse repository at this point
Copy the full SHA 1864b87View commit details
Commits on Dec 2, 2023
-
Zeju1997 committed
Dec 2, 2023 Configuration menu - View commit details
-
Copy full SHA for ba52330 - Browse repository at this point
Copy the full SHA ba52330View commit details -
Zeju1997 committed
Dec 2, 2023 Configuration menu - View commit details
-
Copy full SHA for af3f02a - Browse repository at this point
Copy the full SHA af3f02aView commit details -
Zeju1997 committed
Dec 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 79ee1e2 - Browse repository at this point
Copy the full SHA 79ee1e2View commit details
Commits on Dec 3, 2023
-
Zeju1997 committed
Dec 3, 2023 Configuration menu - View commit details
-
Copy full SHA for fbdc392 - Browse repository at this point
Copy the full SHA fbdc392View commit details
Commits on Dec 8, 2023
-
Zeju1997 committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 9e0f34e - Browse repository at this point
Copy the full SHA 9e0f34eView commit details
Commits on Dec 11, 2023
-
Zeju1997 committed
Dec 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 0370f8d - Browse repository at this point
Copy the full SHA 0370f8dView commit details
Commits on Dec 12, 2023
-
Zeju1997 committed
Dec 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 4e7a678 - Browse repository at this point
Copy the full SHA 4e7a678View commit details
Commits on Dec 15, 2023
-
Zeju1997 committed
Dec 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 478eddb - Browse repository at this point
Copy the full SHA 478eddbView commit details
Commits on Dec 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3b18cef - Browse repository at this point
Copy the full SHA 3b18cefView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb946e5 - Browse repository at this point
Copy the full SHA bb946e5View commit details
Commits on Dec 31, 2023
-
Zeju1997 committed
Dec 31, 2023 Configuration menu - View commit details
-
Copy full SHA for e50a00c - Browse repository at this point
Copy the full SHA e50a00cView commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedDec 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 4b37d4e - Browse repository at this point
Copy the full SHA 4b37d4eView commit details -
Zeju1997 committed
Dec 31, 2023 Configuration menu - View commit details
-
Copy full SHA for d26582c - Browse repository at this point
Copy the full SHA d26582cView commit details
Commits on Jan 3, 2024
-
Zeju1997 committed
Jan 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 96a06f0 - Browse repository at this point
Copy the full SHA 96a06f0View commit details -
Zeju1997 committed
Jan 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 7dade8a - Browse repository at this point
Copy the full SHA 7dade8aView commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1336eed - Browse repository at this point
Copy the full SHA 1336eedView commit details -
fix the embedding saving for adaption prompt (huggingface#1314)
* fix the embedding saving for adaption prompt * fix * automate setting `save_embedding_layers` when embedding layer is resized during finetuning * fix * address comment Co-Authored-By: Benjamin Bossan <[email protected]> * oops --------- Co-authored-by: Benjamin Bossan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 643b72e - Browse repository at this point
Copy the full SHA 643b72eView commit details -
fix diffusers tests (huggingface#1317)
* fix diffusers tests * quality
Configuration menu - View commit details
-
Copy full SHA for 21c16e3 - Browse repository at this point
Copy the full SHA 21c16e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1635c3 - Browse repository at this point
Copy the full SHA a1635c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b721386 - Browse repository at this point
Copy the full SHA b721386View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6df7ebc - Browse repository at this point
Copy the full SHA 6df7ebcView commit details -
update peft conv2d and improve code
Zeju1997 committedJan 11, 2024 Configuration menu - View commit details
-
Copy full SHA for c64f4f2 - Browse repository at this point
Copy the full SHA c64f4f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 547c2ed - Browse repository at this point
Copy the full SHA 547c2edView commit details
Commits on Jan 12, 2024
-
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedJan 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 2cfd051 - Browse repository at this point
Copy the full SHA 2cfd051View commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedJan 12, 2024 Configuration menu - View commit details
-
Copy full SHA for a4821f8 - Browse repository at this point
Copy the full SHA a4821f8View commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedJan 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 0227f21 - Browse repository at this point
Copy the full SHA 0227f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 659297c - Browse repository at this point
Copy the full SHA 659297cView commit details
Commits on Jan 13, 2024
-
adding support for Conv2d, fixing bugs in tests, fixing typos accordi…
…ng to BenjaminBossan's suggestions, fixing installation issues with fdb_cuda
Zeju1997 committedJan 13, 2024 Configuration menu - View commit details
-
Copy full SHA for f04b8f5 - Browse repository at this point
Copy the full SHA f04b8f5View commit details -
adding support for Conv2d, fixing bugs in tests, fixing typos accordi…
…ng to BenjaminBossan's suggestions, fixing installation issues with fdb_cuda
Zeju1997 committedJan 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 4ea2347 - Browse repository at this point
Copy the full SHA 4ea2347View commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedJan 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 660ac44 - Browse repository at this point
Copy the full SHA 660ac44View commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedJan 13, 2024 Configuration menu - View commit details
-
Copy full SHA for c2d6b01 - Browse repository at this point
Copy the full SHA c2d6b01View commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedJan 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 8c13670 - Browse repository at this point
Copy the full SHA 8c13670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ab16a8 - Browse repository at this point
Copy the full SHA 1ab16a8View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca8f32c - Browse repository at this point
Copy the full SHA ca8f32cView commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59f14cf - Browse repository at this point
Copy the full SHA 59f14cfView commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedFeb 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 19d0dd5 - Browse repository at this point
Copy the full SHA 19d0dd5View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c89892e - Browse repository at this point
Copy the full SHA c89892eView commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 authored and Zeju1997 committedFeb 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 5d35429 - Browse repository at this point
Copy the full SHA 5d35429View commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedFeb 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 1963f6f - Browse repository at this point
Copy the full SHA 1963f6fView commit details
Commits on Mar 1, 2024
-
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedMar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for da7e486 - Browse repository at this point
Copy the full SHA da7e486View commit details -
Zeju1997 committed
Mar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 310657e - Browse repository at this point
Copy the full SHA 310657eView commit details -
update the local peft to match the current version 27.02.2024
Zeju Qiu authored and Zeju1997 committedMar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 20b569d - Browse repository at this point
Copy the full SHA 20b569dView commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedMar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 46ca314 - Browse repository at this point
Copy the full SHA 46ca314View commit details -
Configuration menu - View commit details
-
Copy full SHA for b758153 - Browse repository at this point
Copy the full SHA b758153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c94269 - Browse repository at this point
Copy the full SHA 9c94269View commit details -
Merge remote-tracking branch 'upstream/main'
Zeju1997 committedMar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 288f3c7 - Browse repository at this point
Copy the full SHA 288f3c7View commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedMar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for a8f56b5 - Browse repository at this point
Copy the full SHA a8f56b5View commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 authored and Zeju1997 committedMar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for ba314c1 - Browse repository at this point
Copy the full SHA ba314c1View commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedMar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 765bca7 - Browse repository at this point
Copy the full SHA 765bca7View commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedMar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for d2d61b0 - Browse repository at this point
Copy the full SHA d2d61b0View commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedMar 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 6a7499f - Browse repository at this point
Copy the full SHA 6a7499fView commit details
Commits on Mar 4, 2024
-
update BOFT scale/unscale function
Zeju1997 committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for ae39cb1 - Browse repository at this point
Copy the full SHA ae39cb1View commit details
Commits on Mar 13, 2024
-
Zeju1997 committed
Mar 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 70b21c4 - Browse repository at this point
Copy the full SHA 70b21c4View commit details
Commits on Mar 14, 2024
-
Zeju1997 committed
Mar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for f815ed2 - Browse repository at this point
Copy the full SHA f815ed2View commit details
Commits on Mar 15, 2024
-
Zeju1997 committed
Mar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for d4b2e37 - Browse repository at this point
Copy the full SHA d4b2e37View commit details -
Zeju1997 committed
Mar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for f062ef6 - Browse repository at this point
Copy the full SHA f062ef6View commit details -
running make style and passing make test
Zeju1997 committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for abced90 - Browse repository at this point
Copy the full SHA abced90View commit details -
update code, adding readme, run make quality / make style using ruff=…
…=0.2.2 and hf-doc-builder==0.5.0
Zeju1997 committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 1ae3f1f - Browse repository at this point
Copy the full SHA 1ae3f1fView commit details -
Zeju1997 committed
Mar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 8f94aeb - Browse repository at this point
Copy the full SHA 8f94aebView commit details -
Zeju1997 committed
Mar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 0fd4fba - Browse repository at this point
Copy the full SHA 0fd4fbaView commit details -
Zeju1997 committed
Mar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for b50137c - Browse repository at this point
Copy the full SHA b50137cView commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 90aef3d - Browse repository at this point
Copy the full SHA 90aef3dView commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 0d22102 - Browse repository at this point
Copy the full SHA 0d22102View commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for efc810d - Browse repository at this point
Copy the full SHA efc810dView commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for e59038e - Browse repository at this point
Copy the full SHA e59038eView commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for d43c03a - Browse repository at this point
Copy the full SHA d43c03aView commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for f9b8124 - Browse repository at this point
Copy the full SHA f9b8124View commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for fde50cf - Browse repository at this point
Copy the full SHA fde50cfView commit details
Commits on Mar 17, 2024
-
fixing one small bug in the boft dreambooth example
Zeju1997 committedMar 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 5cd542e - Browse repository at this point
Copy the full SHA 5cd542eView commit details
Commits on Mar 19, 2024
-
fixing one small bug in the boft dreambooth example
Zeju1997 authored and Zeju1997 committedMar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for dad2a76 - Browse repository at this point
Copy the full SHA dad2a76View commit details -
Merge branch 'main' of https://github.com/yfeng95/peft
Zeju1997 committedMar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for f7c42df - Browse repository at this point
Copy the full SHA f7c42dfView commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a62c471 - Browse repository at this point
Copy the full SHA a62c471View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41cde3d - Browse repository at this point
Copy the full SHA 41cde3dView commit details -
Zeju1997 committed
Mar 24, 2024 Configuration menu - View commit details
-
Copy full SHA for fcac773 - Browse repository at this point
Copy the full SHA fcac773View commit details -
Merged changes from upstream/main
Zeju1997 committedMar 24, 2024 Configuration menu - View commit details
-
Copy full SHA for e23ff03 - Browse repository at this point
Copy the full SHA e23ff03View commit details
Commits on Mar 25, 2024
-
Merged changes from upstream/main
Zeju1997 committedMar 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 9cc42d0 - Browse repository at this point
Copy the full SHA 9cc42d0View commit details -
updating boft for test decoder models
Zeju1997 committedMar 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 7943a9a - Browse repository at this point
Copy the full SHA 7943a9aView commit details -
update fdb cuda for passing tests
Zeju1997 committedMar 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 1deefbb - Browse repository at this point
Copy the full SHA 1deefbbView commit details -
Zeju1997 committed
Mar 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 9891c58 - Browse repository at this point
Copy the full SHA 9891c58View commit details -
adding additional tests for boft conv2d
Zeju1997 committedMar 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 9d88096 - Browse repository at this point
Copy the full SHA 9d88096View commit details -
Zeju1997 committed
Mar 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 4d9b22c - Browse repository at this point
Copy the full SHA 4d9b22cView commit details -
Zeju1997 committed
Mar 25, 2024 Configuration menu - View commit details
-
Copy full SHA for a3bd8af - Browse repository at this point
Copy the full SHA a3bd8afView commit details
Commits on Apr 10, 2024
-
update minor errors for BOFT release
Zeju committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 13d7ec9 - Browse repository at this point
Copy the full SHA 13d7ec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8527b9 - Browse repository at this point
Copy the full SHA c8527b9View commit details
Commits on Apr 11, 2024
-
Zeju committed
Apr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 8df1134 - Browse repository at this point
Copy the full SHA 8df1134View commit details