Hi All,
@tridao @albertfgu
Do we have to use causal-conv1d during token generation? During token generation, essentially, we can just use dot product of weights and the inputs of size 4.
We can use causal-conv1d for conv1d during token generation, but it does unnecessary computations.
Hi All, @tridao @albertfgu Do we have to use causal-conv1d during token generation? During token generation, essentially, we can just use dot product of weights and the inputs of size 4.
We can use causal-conv1d for conv1d during token generation, but it does unnecessary computations.