Skip to content

Commit

Permalink
[FEAT][ZETA]
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Jan 29, 2025
1 parent e34ecb9 commit 7aea7e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "mamba-r1"
version = "0.0.1"
version = "0.0.2"
description = "Mamba R1 - Pytorch"
license = "MIT"
authors = ["Kye Gomez <kye@apac.ai>"]
Expand All @@ -28,6 +28,7 @@ einops = "*"
loguru = "*"
transformers = "*"
mamba_ssm = "*"
zetascale = "*"

[tool.poetry.group.lint.dependencies]
ruff = "^0.1.6"
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ torch
mamba_ssm
einops
loguru
transformers
transformers
zetascale

0 comments on commit 7aea7e7

Please sign in to comment.