-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add tests for mamba and mamba2 varients #75
Comments
I am working on this. Currently, the test is:
However, I get the following error:
I can suppress these errors and run the model, however I do not know the root cause of this error. I would appreciate any tips. I have tried updating torch/ torchvision yet the issue persists. |
ddilbazTT
added a commit
that referenced
this issue
Dec 16, 2024
Add tests for mamba and mamba2. Tests are marked xfail because they yield 'AssertionError: Attempt to trace forbidden callable <function mark_static_address at 0x744a0d11d3a0>' error. However, the tests generate a graph.
ddilbazTT
added a commit
that referenced
this issue
Dec 16, 2024
Add tests for mamba and mamba2. Tests are marked xfail because they yield 'AssertionError: Attempt to trace forbidden callable <function mark_static_address at 0x744a0d11d3a0>' error. However, the tests generate a graph.
ddilbazTT
added a commit
that referenced
this issue
Jan 13, 2025
Add tests for mamba and mamba2. Tests are marked xfail because they yield 'AssertionError: Attempt to trace forbidden callable <function mark_static_address at 0x744a0d11d3a0>' error. However, the tests generate a graph.
ddilbazTT
added a commit
that referenced
this issue
Jan 20, 2025
Add tests for mamba and mamba2. Tests are marked xfail because they yield 'AssertionError: Attempt to trace forbidden callable <function mark_static_address at 0x744a0d11d3a0>' error. However, the tests generate a graph.
ddilbazTT
added a commit
that referenced
this issue
Jan 20, 2025
Add tests for mamba and mamba2. Disabled cache because the tests yield 'AssertionError: Attempt to trace forbidden callable <function mark_static_address at 0x744a0d11d3a0>' otherwise.
ddilbazTT
added a commit
that referenced
this issue
Jan 20, 2025
Add tests for mamba and mamba2. Disabled cache because the tests yield 'AssertionError: Attempt to trace forbidden callable <function mark_static_address at 0x744a0d11d3a0>' otherwise.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please add support/tests for mamba and mamba2 variants from here
The text was updated successfully, but these errors were encountered: