Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复了onnxruntime在macos下编译失败的错误 #1748

Merged
merged 4 commits into from
May 28, 2024

Commits on May 22, 2024

  1. Add files via upload

    增加macos的编译支持
    szsteven008 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    39866d7 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    增加macos支持
    szsteven008 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    b15e022 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Add files via upload

    target_link_directories(funasr PUBLIC ${ONNXRUNTIME_DIR}/lib)
    target_link_directories(funasr PUBLIC ${FFMPEG_DIR}/lib)
    添加 if(APPLE) 限制
    szsteven008 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    e543e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4910f42 View commit details
    Browse the repository at this point in the history