Skip to content

Commit 60ca207

Browse files
committed
import torch
1 parent ce785c7 commit 60ca207

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

jax2torch/jax2torch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# https://gist.github.com/mattjj/e8b51074fed081d765d2f3ff90edf0e9
22

3+
import torch
34
from jax import dlpack as jax_dlpack
45
from torch.utils import dlpack as torch_dlpack
56

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name = 'jax2torch',
55
packages = find_packages(exclude=[]),
6-
version = '0.0.2',
6+
version = '0.0.3',
77
license='MIT',
88
description = 'Jax 2 Torch',
99
author = 'Phil Wang',

0 commit comments

Comments
 (0)