-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce Padding-Free Plugin to FMS-Acceleration (#57)
* basic padding-free plugin Signed-off-by: 1000960000 user <aaron.chew1@ibm.com> * modify dataloader collate function Signed-off-by: 1000960000 user <aaron.chew1@ibm.com> * addressed comments Signed-off-by: 1000960000 user <aaron.chew1@ibm.com> * Update to README and addition of ilab sample config Signed-off-by: 1000960000 user <aaron.chew1@ibm.com> * Address additional PR fixes Signed-off-by: 1000960000 user <aaron.chew1@ibm.com> * linting fixes Signed-off-by: 1000960000 user <aaron.chew1@ibm.com> * add instruct-lab to GH actions workflow matrix Signed-off-by: 1000960000 user <aaron.chew1@ibm.com> * added ilab plugin sample config Signed-off-by: 1000960000 user <aaron.chew1@ibm.com> * added basic test module Signed-off-by: 1000960000 user <aaron.chew1@ibm.com> --------- Signed-off-by: 1000960000 user <aaron.chew1@ibm.com> Co-authored-by: Aaron Chew Aaron.Chew1@ibm.com <aaron@cccxl016.pok.ibm.com>
- Loading branch information
Showing
19 changed files
with
1,195 additions
and
4 deletions.
There are no files selected for viewing
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[settings] | ||
profile=black | ||
from_first=true | ||
import_heading_future=Future | ||
import_heading_stdlib=Standard | ||
import_heading_thirdparty=Third Party | ||
import_heading_firstparty=First Party | ||
import_heading_localfolder=Local | ||
known_firstparty= | ||
known_localfolder=tuning | ||
|
||
# skip code imported from unsloth | ||
skip_glob=**/unsloth*/** |
Oops, something went wrong.