Showing Recent Messages
There will be always problem in experimental plugins during initial compiling with error like:
[10/11] Link [Apple] UnrealEditor-ONNXRuntime.dylib
duplicate symbol '_OrtSessionOptionsAppendExecutionProvider_MIGraphX' in:
/Users/someone/.ue/UnrealEngine-5.2.1-release/Engine/Plugins/Experimental/NNI/Intermediate/Build/Mac/arm64/UnrealEditor/Development/ORT/provider_stubs.cc.o
/Users/someone/.ue/UnrealEngine-5.2.1-release/Engine/Plugins/Experimental/NNI/Intermediate/Build/Mac/arm64/UnrealEditor/Development/ORT/provider_bridge_ort.cc.o
I need to remove NNI, NearestNeighborModel, VertexDeltaModel, NNE, MLAdapter to compile successfully. But this should be considered as bug now that Setup.command pull in all these plugins.
Thank you.