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 bec381e commit 8784ce6Copy full SHA for 8784ce6
dlinfer/__init__.py
@@ -2,4 +2,4 @@
2
import dlinfer.vendor as vendor
3
4
vendor.vendor_torch_init()
5
-__version__ = "0.1.7"
+__version__ = "0.1.8"
setup.py
@@ -5,7 +5,7 @@
from skbuild import setup
6
7
8
-VERSION = "0.1.7"
+VERSION = "0.1.8"
9
10
vendor_dispatch_key_map = {
11
"ascend": "PrivateUse1",
0 commit comments