Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Apr 4, 2024
1 parent d0fb831 commit 3f2ae1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bit_mamba.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Create a random tensor of shape (2, 10, 512)
x = torch.randn(2, 10, 512)

# Create an instance of the BitMamba model with input size 512 and output size 6
# Create an instance of the BitMamba model with input size 512 and depth size 6
model = BitMamba(512, 6)

# Pass the input tensor through the model to get the output
Expand Down
2 changes: 1 addition & 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 = "bitnet"
version = "0.2.3"
version = "0.2.4"
description = "bitnet - Pytorch"
license = "MIT"
authors = ["Kye Gomez <[email protected]>"]
Expand Down

0 comments on commit 3f2ae1a

Please sign in to comment.