Can we have more detailed instructions on installing dependencies?
#24
by
steveheh
- opened
Hi team,
Can we have more detailed instructions on installing additional python dependencies? It seems that the model requires causal_conv1d
and mamba_ssm
packages to be installed, but this information is missing in the README file. Also I wasn't able to install causal_conv1d
due to my old Ubuntu version of 20.04 that doesn't have new GCC version. It would be great if you can provide more information on how to get the model properly setup with pure conda env and what's the minimum OS requirements, etc.
Thanks,
Steve