Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mamba.__init__() got an unexpected keyword argument layer_idx #9

Open
Shadow581 opened this issue Aug 24, 2024 · 0 comments
Open

Mamba.__init__() got an unexpected keyword argument layer_idx #9

Shadow581 opened this issue Aug 24, 2024 · 0 comments

Comments

@Shadow581
Copy link

Shadow581 commented Aug 24, 2024

Hello, it always shows Mamba.__init__() got an unexpected keyword argument layer_idx

I used the solution, but it not works.(state-spaces/mamba#315).

The problem has been bothering me for a week.

1123

My Env:
GPU: 3090
Python 3.10(ubuntu22.04)
remians: follow the command to install. (https://github.com/SkyworkAI/PointCloudMamba/blob/main/INSTALL.md)

pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.1.1%2Bcu118.html
pip install -r requirements.txt
          
# install mamba
cd openpoints/models/PCM/causal-conv1d/
pip install -e .
cd ../mamba
pip install -e .

Could you help to solve the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant