Update SCBs.py
Browse files
SCBs.py
CHANGED
|
@@ -4,7 +4,6 @@ from transformers import WhisperConfig
|
|
| 4 |
from transformers.activations import ACT2FN
|
| 5 |
from transformers.models.whisper.modeling_whisper import WHISPER_ATTENTION_CLASSES
|
| 6 |
import torch.nn.functional as F
|
| 7 |
-
from .coattention import CoAttention
|
| 8 |
from .layers import CustomLinear, CustomDiagonalLinear, Gate, CustomLinearInitialized
|
| 9 |
|
| 10 |
class LowRankApproxSelectFirst(nn.Module):
|
|
|
|
| 4 |
from transformers.activations import ACT2FN
|
| 5 |
from transformers.models.whisper.modeling_whisper import WHISPER_ATTENTION_CLASSES
|
| 6 |
import torch.nn.functional as F
|
|
|
|
| 7 |
from .layers import CustomLinear, CustomDiagonalLinear, Gate, CustomLinearInitialized
|
| 8 |
|
| 9 |
class LowRankApproxSelectFirst(nn.Module):
|