Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
MambaVision_pytorch
Commits
2eefe3d6
Commit
2eefe3d6
authored
Sep 29, 2024
by
luopl
Browse files
add mamba
parent
b7535e7c
Pipeline
#1735
failed with stages
in 0 seconds
Changes
65
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
643 additions
and
0 deletions
+643
-0
mamba/tests/ops/test_selective_scan.py
mamba/tests/ops/test_selective_scan.py
+247
-0
mamba/tests/ops/triton/test_layernorm_gated.py
mamba/tests/ops/triton/test_layernorm_gated.py
+103
-0
mamba/tests/ops/triton/test_selective_state_update.py
mamba/tests/ops/triton/test_selective_state_update.py
+102
-0
mamba/tests/ops/triton/test_ssd.py
mamba/tests/ops/triton/test_ssd.py
+78
-0
mamba/tests/test_generation.py
mamba/tests/test_generation.py
+113
-0
No files found.
mamba/tests/ops/test_selective_scan.py
0 → 100644
View file @
2eefe3d6
This diff is collapsed.
Click to expand it.
mamba/tests/ops/triton/test_layernorm_gated.py
0 → 100644
View file @
2eefe3d6
This diff is collapsed.
Click to expand it.
mamba/tests/ops/triton/test_selective_state_update.py
0 → 100644
View file @
2eefe3d6
This diff is collapsed.
Click to expand it.
mamba/tests/ops/triton/test_ssd.py
0 → 100644
View file @
2eefe3d6
This diff is collapsed.
Click to expand it.
mamba/tests/test_generation.py
0 → 100644
View file @
2eefe3d6
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment