File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
from ._ctypes .runtime import CVMAPIInference
12
12
from ._ctypes .runtime import CVMAPIGetOutputLength , CVMAPIGetOutputTypeSize
13
13
14
- try :
15
- from ._cy3 import libcvm
16
- except ImportError :
17
- pass
14
+ # try:
15
+ # from ._cy3 import libcvm
16
+ # except ImportError:
17
+ # pass
Original file line number Diff line number Diff line change @@ -65,5 +65,5 @@ def config_cython():
65
65
url = "https://github.com/CortexFoundation/cvm-runtime.git" ,
66
66
packages = find_packages (),
67
67
author = "CortexLabs Foundation" ,
68
- ext_modules = config_cython (),
68
+ # ext_modules = config_cython(),
69
69
** setup_kwargs )
Original file line number Diff line number Diff line change 36
36
if len (os .sys .argv ) > 1 :
37
37
model_root = os .sys .argv [1 ]
38
38
39
- print ("Modal Load: " , model_root )
39
+ print ("Model Load: " , model_root )
40
40
41
41
json , params = utils .load_model (
42
42
os .path .join (model_root , "symbol" ),
You can’t perform that action at this time.
0 commit comments