Browse Source

fix Tensor is not defined (#4129)

pull/4142/head
digger yu 1 year ago committed by GitHub
parent
commit
8abc87798f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      colossalai/kernel/jit/bias_dropout_add.py

1
colossalai/kernel/jit/bias_dropout_add.py

@ -1,4 +1,5 @@
import torch
from torch import Tensor
def bias_dropout_add(x, bias, residual, prob, training):

Loading…
Cancel
Save