We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85634c commit a904696Copy full SHA for a904696
src/transformers/models/openai_moe/modular_openai_moe.py
@@ -16,6 +16,7 @@
16
17
import torch
18
from torch import nn
19
+from torch.nn import functional as F
20
21
from ...cache_utils import Cache, DynamicCache
22
from ...masking_utils import create_causal_mask, create_sliding_window_causal_mask
0 commit comments