epugh commented on PR #1999: URL: https://github.com/apache/solr/pull/1999#issuecomment-1756268974
Thanks @risdenk , your suggestions worked. One slight wrinkle that I don't know how to deal with is that the `com.microsoft.onnxruntime:onnxruntime_gpu:1.14.0 ` file doesn't work on OSX, only linux and windows. So if you look at the BATS test, you'll see some code where I replace it with `com.microsoft.onnxruntime:onnxruntime:1.14.0`. I don't really know how to handle that going forward.. I mean, swapping a magic jar is probably a bad idea ;-). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
