This file contains hidden or 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
| """ | |
| Test script for group offloading with block_level for various models. | |
| Tests both AutoencoderKL (SDXL) and AutoencoderKLWan to verify that | |
| block-level group offloading works correctly with models that have | |
| standalone encoder/decoder layers. | |
| """ | |
| import os | |
| import sys |