Skip to content

Commit

Permalink
changing struction of PytorchServe
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanzar committed Oct 30, 2023
1 parent 3d94c91 commit 501b430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/python/EasyDel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
except ValueError as vr:
print(f"\033[1;31mWarning\033[1;0m : JAXServer Will not be Imported Be Cause of {vr}")
JAXServer = None
__version__ = "0.0.33"
__version__ = "0.0.34"

# import os
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='EasyDeL',
version='0.0.33',
version='0.0.34',
author='Erfan Zare Chavoshi',
author_email='[email protected]',
description='An open-source library to make training faster and more optimized in Jax/Flax',
Expand Down

0 comments on commit 501b430

Please sign in to comment.