File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ build /
2+ dist /
3+ target /
4+ __pycache__ /
5+ * .py [cod ]
6+ * $py.class
7+ * .egg-info /
8+
9+ * .so
10+ * .dylib
11+
12+ .vscode /
13+ .idea /
14+ .settings /
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.6 )
2- project (cuBERT VERSION 0.0.4 LANGUAGES C CXX )
2+ project (cuBERT VERSION 0.0.5 LANGUAGES C CXX )
33
44set (CMAKE_CXX_STANDARD 11)
55set (CMAKE_POSITION_INDEPENDENT_CODE ON )
Original file line number Diff line number Diff line change 66
77 <groupId >com.zhihu.cubert</groupId >
88 <artifactId >cuBERT</artifactId >
9- <version >0.0.4 -SNAPSHOT</version >
9+ <version >0.0.5 -SNAPSHOT</version >
1010
1111 <dependencies >
1212 <dependency >
Original file line number Diff line number Diff line change 2020
2121setup (
2222 name = 'cuBERT' ,
23- version = '0.0.4 ' ,
23+ version = '0.0.5 ' ,
2424 author = 'qinluo' ,
2525 author_email = 'eric.x.sun@gmail.com' ,
2626 description = 'python interface for cuBERT' ,
You can’t perform that action at this time.
0 commit comments