Skip to content

Commit f6d7750

Browse files
fix conflict
1 parent 6aec742 commit f6d7750

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

optimum/exporters/openvino/model_patcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6461,7 +6461,6 @@ def patched_forward(
64616461
# falcon-mamba model has only difference from mamba that is RMS normalization for B, C, and time-step coefficients
64626462
if model_type == "falcon_mamba":
64636463
from transformers.models.falcon_mamba.modeling_falcon_mamba import rms_forward
6464-
import inspect
64656464

64666465
self.ssm_rms_normalization = rms_forward
64676466

0 commit comments

Comments
 (0)