Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/runzhech/Paddle into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
runzhech committed Dec 13, 2023
2 parents 1d57d58 + 669c441 commit c23f3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def write_version_py(filename='paddle/version/__init__.py'):
with_mkl = '%(with_mkl)s'
cinn_version = '%(cinn)s'
__all__ = ['cuda', 'cudnn', 'show', 'xpu', 'xpu_xccl', 'xpu_xhpc]
__all__ = ['cuda', 'cudnn', 'show', 'xpu', 'xpu_xccl', 'xpu_xhpc']
def show():
"""Get the version of paddle if `paddle` package if tagged. Otherwise, output the corresponding commit id.
Expand Down

0 comments on commit c23f3f2

Please sign in to comment.