-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Would be great to update transformer to work with https://github.com/sugarme/gotch/tree/v0.9.0
For example in /transformer/util/activation.go, the MustGelu method signature changed to accept a string and a bool:
func (g GeluActivation) Fwd(x *ts.Tensor) (retVal *ts.Tensor) {
return x.MustGelu("???", false)
^^^
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels