Eric Pugh
Eric Pugh
Seems like this could be merged? I'm happy to do it if you'all would like me to.
I'd prefer to see a V2 api added instead of a V1 api. Adding more V1 api's is just adding to the backlog of work on our V2 migration, so...
The use of the hphenated (kebab style?) `total-disk-size` pattern I think should be changed to camelCase `totalDiskSize`, that is the pattern we use in the rest of our JSON output.
This looks very helpful, though I can't speak to if it's accurate or not... I'd love to see somethign replace the old excel spreadsheet that we recently removed as it...
Check it out @jzonthemtn
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...
``` ./gradlew integrationTests --tests test_opennlp.bats ```
``` > Task :solr:packaging:integrationTests Running BATS tests with Solr base port 53065 1..1 ok 1 Check lifecycle of sentiment classification in 20000ms ``` This is after uploading the model to...
@risdenk @jzonthemtn so, any ideas how to force the `onnxruntime` instead of the `onnxruntime_gpu`? I regenerated the licenses, and noticed that it created a "onnxruntime_gpu-1.14.0.jar.sha1".
also, i am seeing two errors on looking up licenses... ``` Execution failed for task ':solr:modules:analysis-extras:validateJarLicenses'. > Certain license/ notice files are missing: - License file missing ('com.microsoft.onnxruntime:onnxruntime_gpu:1.14.0'), expected it...