Andrew Gracyk

Results 3 comments of Andrew Gracyk

Thanks for the advice. Unfortunately, I was stuck on building wheels for 50 minutes and still running with this method. I would think this is a bit long to have...

Resolved the issue. The following lines of code worked for me: ``` pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118 pip install causal_conv1d==1.1.1 pip install mamba-ssm==1.2.0.post1 ``` This derives from this...

@RamiCassia Thanks for the update. My previous solution is no longer working for me as well. I updated my comment with respect to this. Your solution is working for me...