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 383598b commit df4f81bCopy full SHA for df4f81b
dlinfer/__init__.py
@@ -2,4 +2,4 @@
2
import dlinfer.vendor as vendor
3
4
vendor.vendor_torch_init()
5
-__version__ = '0.1.3'
+__version__ = '0.1.3.post1'
setup.py
@@ -5,7 +5,7 @@
from skbuild import setup
6
7
8
-VERSION = "0.1.3"
+VERSION = "0.1.3.post1"
9
10
vendor_dispatch_key_map = {
11
"ascend": "PrivateUse1",
0 commit comments