Skip to content

Commit

Permalink
Remove mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrmorrison committed May 11, 2024
1 parent 6bc6ce6 commit cb9f102
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 118 deletions.
35 changes: 0 additions & 35 deletions config/mamba-mel.py

This file was deleted.

22 changes: 0 additions & 22 deletions config/mamba.py

This file was deleted.

1 change: 0 additions & 1 deletion ppgs/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
from .transformer import Transformer
from .w2v2 import W2V2
from .w2v2fc import W2V2FC
from .mamba import Mamba
2 changes: 0 additions & 2 deletions ppgs/model/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ def Model(**kwargs):
init_fn = ppgs.model.W2V2
elif ppgs.MODEL == 'W2V2FC':
init_fn = ppgs.model.W2V2FC
elif ppgs.MODEL == 'mamba':
init_fn = ppgs.model.Mamba
else:
raise ValueError(f'Model {ppgs.MODEL} is not defined')

Expand Down
58 changes: 0 additions & 58 deletions ppgs/model/mamba.py

This file was deleted.

0 comments on commit cb9f102

Please sign in to comment.