Skip to content

Commit 2b7976c

Browse files
committed
nit
1 parent 4e917f5 commit 2b7976c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

model.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This source code is licensed under the license found in the
55
# LICENSE file in the root directory of this source tree.
66
from dataclasses import dataclass
7-
from typing import Callable, Optional
7+
from typing import Optional
88

99
import torch
1010
import torch.nn as nn
@@ -13,7 +13,6 @@
1313
from torch.nn.attention.flex_attention import (
1414
_mask_mod_signature,
1515
BlockMask,
16-
create_block_mask,
1716
flex_attention,
1817
)
1918

0 commit comments

Comments
 (0)