Skip to content

Commit

Permalink
fix Tensor is not defined (#4129)
Browse files Browse the repository at this point in the history
  • Loading branch information
digger-yu authored Jul 3, 2023
1 parent 7e46bc8 commit 8abc877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colossalai/kernel/jit/bias_dropout_add.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import torch
from torch import Tensor


def bias_dropout_add(x, bias, residual, prob, training):
Expand Down

0 comments on commit 8abc877

Please sign in to comment.