All Questions
2 questions
8
votes
2
answers
13k
views
ImportError: cannot import name 'packaging' from 'pkg_resources' when trying to install causal_conv1d
I was trying to install "causal_conv1d" using:
pip install --no-cache-dir -t /scratch/ahmed/lib causal_conv1d==1.0.0
The error I got is:
Collecting causal_conv1d==1.0.0
Downloading ...
-1
votes
2
answers
1k
views
TypeError: causal_conv1d_fwd(): incompatible function arguments
I'm having this error with mamba-ssm module:
TypeError: causal_conv1d_fwd(): incompatible function arguments. The following argument types are supported: 1. (arg0: torch.Tensor, arg1: torch.Tensor,...