Skip to content

Commit e0c45c2

Browse files
authored
Update tests/lora/utils.py
1 parent acba7b7 commit e0c45c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lora/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)