-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial recipe re-loading * loading for input recipe * persist structure across recipe loads * clean up fn names * clean up duplicated code * delete extra file * unit tests * fix failing test * quantization edge cases * quant tests * fixes for stage name clashes * clean up documentation * setup StageRunner class * running one_shot from text_gen script * cleanup helper fns * precision support * formatting * WIP for alternating * fixing device issue * MVP for alternating flows * add apply flag during finalization as well * clarity comments * clean up docstrings * fix unit test * WIP FSDP support * fix for unwrapping * WIP for state reloading between stages * example fsdp config updates * add finetuning README * fix for 2nd oneshot stage * cleaning up stage logic * mvp for single GPU fsdp * WIP obcq FSDP * quality * sgpt wrapper * clean up on finalize, improve logging * cleaning up device args * merge alternating * WIP alternating * fsdp compatible, training loss issue * fix for loss bug * fixing checkpoint issue * fix for quantization saving * cleanup after merge * unit test fix * clean up logging * move FSDP to helper files * update docstrings, clean up * fix circular import * unmodify example * fix typo! * setup FSDP for when starting from oneshot * update setup and readme * fix CLI issue, update README * POC for sequential FSDP OBCQ (#1947) * fix GHA line lost in merge * fix calib loading * fix dependencies * reverting OBCQ merged changes for now * restore SparseCausalModel for now * add progress bar for calibration forward pass (#1950) ---------
- Loading branch information
Sara Adkins
authored
Jan 11, 2024
1 parent
691cb49
commit 5007b8c
Showing
32 changed files
with
903 additions
and
763 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.