Skip to content

Commit

Permalink
using namesharding instead of partitionspec
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanzar committed May 30, 2024
1 parent 1acbd05 commit 57b9b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [
]
requires-python = ">=3.8"
readme = "README.md"
version = "0.0.63"
version = "0.0.64"

dependencies = [
"jax>=0.4.20",
Expand Down
2 changes: 1 addition & 1 deletion src/fjformer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
from . import optimizers as optimizers
from . import linen as linen

__version__ = "0.0.63"
__version__ = "0.0.64"

__all__ = (
# Loss and extra function
Expand Down

0 comments on commit 57b9b9a

Please sign in to comment.