Skip to content

Commit

Permalink
Updating Version to 0.0.63
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanzar committed Apr 27, 2024
1 parent c1c90db commit be9c841
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/python/EasyDel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,4 +481,4 @@
"EasyDelSyntaxRuntimeError"
)

__version__ = "0.0.62"
__version__ = "0.0.63"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.8"

readme = "README.md"

version = "0.0.62"
version = "0.0.63"

dependencies = [
"chex>=0.1.7",
Expand Down
2 changes: 1 addition & 1 deletion python_test/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def test_cohere(self):

self.assertTrue(
res,
f"MAMBA model Failed [ERROR {err}]"
f"CoHERE model Failed [ERROR {err}]"
)

def test_qwen2_moe(self):
Expand Down

0 comments on commit be9c841

Please sign in to comment.