Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
remove debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
MoisesHer committed Feb 10, 2021
1 parent 876d87f commit ee1a1db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/bert/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ def CompileBERTCustomPass():
lib_api_cc = os.path.join(pass_path, 'lib_api.cc')
if (mxnet.__version__ > '1.7.0'):
source = source + ' ' + str(lib_api_cc)
# print('MXNET ver: ', mxnet.__version__, 'source:', source, 'mxnet_include_path',
# mxnet_include_path)
# print('lib_api_cc Exist:' + str(os.path.exists(str(lib_api_cc))))
os.system('g++ -shared -fPIC -std=c++11 ' + str(source) +
' -o ' + str(target) + ' -I ' + str(mxnet_include_path))

Expand Down

0 comments on commit ee1a1db

Please sign in to comment.