Skip to content

Commit a904696

Browse files
committed
last nit
1 parent a85634c commit a904696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transformers/models/openai_moe/modular_openai_moe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import torch
1818
from torch import nn
19+
from torch.nn import functional as F
1920

2021
from ...cache_utils import Cache, DynamicCache
2122
from ...masking_utils import create_causal_mask, create_sliding_window_causal_mask

0 commit comments

Comments
 (0)