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 9224cab commit 79cc524Copy full SHA for 79cc524
src/transformers/models/llama/modeling_llama.py
@@ -21,7 +21,6 @@
21
from typing import List, Optional, Tuple, Union
22
23
import torch
24
-import torch.nn.functional as F
25
import torch.utils.checkpoint
26
from torch import nn
27
0 commit comments