zoltar icon indicating copy to clipboard operation
zoltar copied to clipboard

Common library for serving TensorFlow, XGBoost and scikit-learn models in production.

Results 51 zoltar issues
Sort by recently updated
recently updated
newest added

Bumps [guava](https://github.com/google/guava) from 30.1-jre to 31.1-jre. Release notes Sourced from guava's releases. 31.0.1 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>31.0.1-jre</version> <!-- or, for Android: --> <version>31.0.1-android</version> </dependency> Jar files 31.0.1-jre.jar 31.0.1-android.jar Guava...

dependencies

Bumps scala-maven-plugin from 3.3.1 to 4.5.3. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=net.alchim31.maven:scala-maven-plugin&package-manager=maven&previous-version=3.3.1&new-version=4.5.3)](https://dependabot.com/compatibility-score/?dependency-name=net.alchim31.maven:scala-maven-plugin&package-manager=maven&previous-version=3.3.1&new-version=4.5.3) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [cats-kernel_2.12](https://github.com/typelevel/cats) from 2.4.2 to 2.6.1. Release notes Sourced from cats-kernel_2.12's releases. Cats 2.6.0 is a binary-compatible release in the 2.x series. It provides support for Scala 2.12, 2.13, 3.0.0-RC2...

dependencies

Bumps `jmh.version` from 1.29 to 1.30. Updates `jmh-core` from 1.29 to 1.30 Updates `jmh-generator-annprocess` from 1.29 to 1.30 Dependabot will resolve any conflicts with this PR as long as you...

dependencies

Bumps `scala.version` from 2.12.13 to 2.13.5. Updates `scala-library` from 2.12.13 to 2.13.5 Release notes Sourced from scala-library's releases. Scala 2.13.5 The Scala 2 team at Lightbend is pleased to announce...

dependencies

For TensorFlow models, the conversion from `tf.Example` to `tf.Tensor` is a CPU/allocation intensive operation. Would it be possible to supply an API that accepts `tf.Tensor` as input? More specifically I'm...

* Adds executor support as in the newly added `ModelLoader`

wip

Right now we only allow composition around `PredictorBuilder` we should allow it as well when we have a `Predictor`.

enhancement
help wanted