Skip to content

Commit

Permalink
[Python:Bugfix] Temply close low memory infer support in python for
Browse files Browse the repository at this point in the history
windows compile error
  • Loading branch information
xiaying committed Aug 22, 2023
1 parent 98ba00c commit 6bb23da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymnn/pip_package/build_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def build_deps():
shutil.rmtree(cmake_build_dir)
os.makedirs(cmake_build_dir)
os.chdir(cmake_build_dir)
extra_opts = '-DMNN_LOW_MEMORY=ON'
extra_opts = '-DMNN_LOW_MEMORY=OFF'
extra_opts += ' -DMNN_VULKAN=ON -DMNN_VULKAN_IMAGE=OFF'
extra_opts += ' -DMNN_OPENCL=ON'
if IS_WINDOWS:
Expand Down

0 comments on commit 6bb23da

Please sign in to comment.