mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-07 20:10:17 +00:00
fix Tensor is not defined (#4129)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import torch
|
||||
from torch import Tensor
|
||||
|
||||
|
||||
def bias_dropout_add(x, bias, residual, prob, training):
|
||||
|
Reference in New Issue
Block a user