-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tuner] Add abstractmethod in autotune.py. Create punet_autotune.py (#98
) - Rename variables/functions with "unet" in their names in `autotune.py` and `test_autotune.py` - Add class `TuningClient` and `DefaultTuningClient` in `autotune.py` - Add `punet_autotune.py` - Edit dir and path names in existing bash scripts This PR generalized tuner by providing a basic python class API, decoupled it from the specific model (i.e. punet). The final goal is to make tuner support models other than SDXL.
- Loading branch information
1 parent
2415e86
commit 3ab8c65
Showing
7 changed files
with
721 additions
and
563 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
Oops, something went wrong.