Skip to content

v1.0.0

Compare
Choose a tag to compare
@arshan-ritual arshan-ritual released this 06 Jun 16:59
· 467 commits to main since this release
d272cca

v1.0.0

Initial release of infernet-monorepo: a repository containing Infernet's libraries and services

Features

  • infernet-ml 1.0.0: A lightweight library for inference workflows.
  • infernet-client 1.0.0: Client library for Infernet.
  • ritual-arweave 0.1.0: Library & CLI tool for repo & file management on Arweave.
  • infernet-services 1.0.0: Out-of-the-box compute containers for common ML tasks.

Infernet ML 1.0.0

Added

  • Added tooling for encoding/decoding of vectors to solidity bytes
  • Added streaming support to BaseInferenceWorkflow with two new methods
    • stream()
    • do_stream()

Changed

  • Added typed input/output interfaces for
    • CSSInferenceWorkflow
    • TGIClientInferenceWorkflow
    • TorchInferenceWorkflow
    • ONNXInferenceWorkflow
    • HFInferenceClientWorkflow
    • model_loader