Tanh torch warnings
This commit is contained in:
committed by
Julien Chaumond
parent
16469fedbd
commit
14cdeee75a
@@ -47,7 +47,7 @@ ACT2FN = {
|
||||
"relu": F.relu,
|
||||
"swish": swish,
|
||||
"gelu": gelu,
|
||||
"tanh": F.tanh,
|
||||
"tanh": torch.tanh,
|
||||
"gelu_new": gelu_new,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user