You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Look if ./build.sh was actually successful and if the tests ran without any error at the end. If a test failed the binary will not be copied into the appropriate directory.
89
+
3. Make sure you have the right conda/venv environment activated during building that you're also using to run TorchServe.
90
+
91
+
Q: Build on Mac fails with `Library not loaded: @rpath/libomp.dylib`
92
+
A: Install libomp with brew and link in /usr/local/lib
Q: When loading a handler which uses a model exported with torch._export.aot_compile the handler dies with "error: Error in dlopen: MODEL.SO : undefined symbol: SOME_SYMBOL".
99
+
A: Make sure that you are using matching libtorch and Pytorch versions for inference and export, respectively.
0 commit comments