Skip to content

Version 0.10.0

Compare
Choose a tag to compare
@thigm85 thigm85 released this 01 Sep 11:59
· 2321 commits to master since this release
91fdb96

Introduce stateless model evaluation with SequenceClassification task.

  • Adapt ApplicationPackage to allow for simpler configurations, e.g. no schema.
  • Implement ModelServer, which is a simplified ApplicationPackage focused on stateless model evaluation.
  • ApplicationPackage is now included on the Vespa instance when deploying apps with pyvespa.
    • This helps to process input/output involved when using stateless model evaluations through app.predict.
  • Vespa now has get_model_endpoint and predict to use for stateless model evaluation mode.
  • Both VespaDocker and VespaCloud now work with ModelServer deployment to deploy stateless model evaluation apps.
  • Created SequenceClassification task that inherits from the base class TextTask.