Skip to content

Commit e9bae1b

Browse files
committed
fix
1 parent a04dafe commit e9bae1b

File tree

2 files changed

+1
-306
lines changed

2 files changed

+1
-306
lines changed

mindone/diffusers/_peft/tuners/lora/config.py

Lines changed: 0 additions & 305 deletions
This file was deleted.

tests/transformers_tests/models/granite_speech/test_modeling_granite_speech.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
)
2929
from tests.transformers_tests.models.modeling_common import floats_numpy, ids_numpy
3030

31-
DTYPE_AND_THRESHOLDS = {"fp32": 5e-2, "fp16": 5e-3, "bf16": 6e-3}
31+
DTYPE_AND_THRESHOLDS = {"fp32": 5e-4, "fp16": 5e-3, "bf16": 6e-3}
3232
MODES = [1]
3333

3434

0 commit comments

Comments
 (0)