code change for mr_v100

This commit is contained in:
2025-08-06 11:35:49 +08:00
parent 0d44df9b67
commit 37ad87e75c
3 changed files with 7 additions and 7 deletions

View File

@@ -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"""