Brice Kamgne

Results 6 comments of Brice Kamgne

``` func (g GeluActivation) Fwd(x *ts.Tensor) (retVal *ts.Tensor) { return x.MustGelu("none", false) } ``` you can replace with "none" or "tanh" according to libtorch [docs](https://pytorch.org/docs/stable/generated/torch.nn.GELU.html)

do you have some pointers (guide/docs) regarding how to move the transfer on a different stream? could this me related to [this](https://github.com/huggingface/candle/issues/1780#issuecomment-1971681422)?

cargo build fails for me on command: cargo build --features metal ``` error[E0053]: method `to_cpu_storage` has an incompatible type for trait --> candle-core/src/metal_backend.rs:327:33 | 327 | fn to_cpu_storage(&self) -> Result...

is there a plan to merge this please?