Skip to content

Commit

Permalink
Update multi_headed_attn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ydli-ai authored Oct 25, 2023
1 parent ecf369c commit 3ab1161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tencentpretrain/layers/multi_headed_attn.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import math
import torch
import torch.nn as nn
import torch.nn.functional as F
from tencentpretrain.utils.rope import apply_rotary_emb
from tencentpretrain.utils.lora import LoraLinear

Expand Down

0 comments on commit 3ab1161

Please sign in to comment.