Skip to content

Commit

Permalink
fix: unable to run multiple tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 authored Jan 11, 2025
1 parent b799312 commit 9066d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e
cd "$(dirname "${BASH_SOURCE[0]}")/../.."

export PYTHONPATH=.ten/app/ten_packages/system/ten_runtime_python/lib:.ten/app/ten_packages/system/ten_runtime_python/interface
export TEN_DISABLE_ADDON_UNREGISTER_AFTER_APP_CLOSE=true

# If the Python app imports some modules that are compiled with a different
# version of libstdc++ (ex: PyTorch), the Python app may encounter confusing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e
cd "$(dirname "${BASH_SOURCE[0]}")/../.."

export PYTHONPATH=.ten/app/ten_packages/system/ten_runtime_python/lib:.ten/app/ten_packages/system/ten_runtime_python/interface
export TEN_DISABLE_ADDON_UNREGISTER_AFTER_APP_CLOSE=true

# If the Python app imports some modules that are compiled with a different
# version of libstdc++ (ex: PyTorch), the Python app may encounter confusing
Expand Down

0 comments on commit 9066d1e

Please sign in to comment.