File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2164,7 +2164,7 @@ def test_layerwise_casting_peft_input_autocast_denoiser(self):
21642164 A test that checks if layerwise casting works correctly with PEFT layers and forward pass does not fail. This
21652165 is different from `test_layerwise_casting_inference_denoiser` as that disables the application of layerwise
21662166 cast hooks on the PEFT layers (relevant logic in `models.modeling_utils.ModelMixin.enable_layerwise_casting`).
2167- In this test, we enable the layerwise casting on the PEFT layers as well. If run with PEFT version < 0.14.0,
2167+ In this test, we enable the layerwise casting on the PEFT layers as well. If run with PEFT version <= 0.14.0,
21682168 this test will fail with the following error:
21692169
21702170 ```
You can’t perform that action at this time.
0 commit comments