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