-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(worker): add optimization flags (#61)
* feat(worker): add optimization flags This commit enables users to pass optimization flags to the AI inference pipelines. Due to startup delays we currently only pass these flags to containers that are started warm. * fix: decrease I2V SFAST warmup 'decode_chunk_size' This commit decreases the `decode_chunk_size` used in the warmup passes when SFAST is enabled. This was done to prevent `CUDA out of memory` errors from occuring. * fix: fix SFAST container timeout This commit ensures that a longer timeout is used in the Runner Container context so that pipelines with the SFAST optimization enabled have enough time to startup. It also renames the `StringBool` type to the more descriptive `EnvValue`.
- Loading branch information
Showing
4 changed files
with
65 additions
and
18 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