DiffBIR icon indicating copy to clipboard operation
DiffBIR copied to clipboard

About this error? (run on M2)

Open shrekin opened this issue 2 years ago • 1 comments

(diffbir) pwoj@pwoj-mbpro DiffBIR % python gradio_diffbir.py --ckpt general_full_v1.ckpt --config configs/model/cldm.yaml --reload_swinir --swinir_ckpt general_swinir_v1.ckpt Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions. Intel MKL WARNING: Support of Intel(R) Streaming SIMD Extensions 4.2 (Intel(R) SSE4.2) enabled only processors has been deprecated. Intel oneAPI Math Kernel Library 2025.0 will require Intel(R) Advanced Vector Extensions (Intel(R) AVX) instructions. OMP: Error #15: Initializing libiomp5.dylib, but found libomp.dylib already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or silently produce incorrect results. For more information, please see http://www.intel.com/software/products/support/. zsh: abort python gradio_diffbir.py --ckpt general_full_v1.ckpt --config --reload_swini

shrekin avatar Sep 07 '23 20:09 shrekin

Hey, have you solved this problem? This error didn't occur in M1

ziyannchen avatar Oct 26 '23 04:10 ziyannchen