We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce785c7 commit 60ca207Copy full SHA for 60ca207
2 files changed
jax2torch/jax2torch.py
@@ -1,5 +1,6 @@
1
# https://gist.github.com/mattjj/e8b51074fed081d765d2f3ff90edf0e9
2
3
+import torch
4
from jax import dlpack as jax_dlpack
5
from torch.utils import dlpack as torch_dlpack
6
setup.py
@@ -3,7 +3,7 @@
setup(
name = 'jax2torch',
packages = find_packages(exclude=[]),
- version = '0.0.2',
+ version = '0.0.3',
7
license='MIT',
8
description = 'Jax 2 Torch',
9
author = 'Phil Wang',
0 commit comments