code change for mr_v100
This commit is contained in:
@@ -180,8 +180,8 @@ class BuildExtension(build_ext):
|
||||
if make_args == "" and system_make_args == "":
|
||||
print("for fast compilation, run:")
|
||||
print('export SHERPA_ONNX_MAKE_ARGS="-j"; python setup.py install')
|
||||
print('Setting make_args to "-j4"')
|
||||
make_args = "-j4"
|
||||
print('Setting make_args to "-j8"')
|
||||
make_args = "-j8"
|
||||
|
||||
if "-G Ninja" in cmake_args:
|
||||
build_cmd = f"""
|
||||
|
||||
Reference in New Issue
Block a user