We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b99524b commit 06bc704Copy full SHA for 06bc704
dlinfer/__init__.py
@@ -2,4 +2,4 @@
2
import dlinfer.vendor as vendor
3
4
vendor.vendor_torch_init()
5
-__version__ = "0.1.5"
+__version__ = "0.1.6"
setup.py
@@ -5,7 +5,7 @@
from skbuild import setup
6
7
8
-VERSION = "0.1.5"
+VERSION = "0.1.6"
9
10
vendor_dispatch_key_map = {
11
"ascend": "PrivateUse1",
0 commit comments