Skip to content

Releases: rhesis-ai/rhesis

Platform v0.2.3

04 Sep 15:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

SDK v0.2.3

04 Sep 15:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...sdk-v0.2.3

Frontend v0.2.3

04 Sep 15:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...frontend-v0.2.3

Backend v0.2.3

04 Sep 15:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...backend-v0.2.3

Platform v0.2.2

22 Aug 14:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.2

SDK v0.2.2

22 Aug 14:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: polyphemus-v0.1.0...sdk-v0.2.2

Frontend v0.2.2

22 Aug 14:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: polyphemus-v0.1.0...frontend-v0.2.2

Backend v0.2.2

22 Aug 14:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: polyphemus-v0.1.0...backend-v0.2.2

SDK v0.2.1

08 Aug 17:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...sdk-v0.2.1

Polyphemus v0.1.0

08 Aug 17:45
Compare
Choose a tag to compare

Polyphemus Changelog

All notable changes to the polyphemus component will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Unreleased

0.1.0 - 2025-01-08

Added

  • Initial release of the Polyphemus LLM inference and benchmarking service
  • FastAPI-based REST API for text generation with Dolphin 3.0 Llama 3.1 8B model
  • Support for streaming and non-streaming text generation endpoints
  • Modular benchmarking suite for model evaluation and selection
  • Abstract model interface with HuggingFace and mock model implementations
  • Test framework with test sets and scoring logic
  • Basic test sets and examples (e.g., mock_test_set.json)
  • OWASP-based security test sets for model harmfulness and integrity evaluation
  • Pre-built model configurations for various LLM models (Hermes3, Dolphin3, Vicuna, Kimi K2)
  • Health check endpoints with GPU status monitoring
  • AMD GPU support documentation and setup guide for ROCm (AMD.md)
  • Docker containerization with Cloud Build integration for deployment

Changed

  • Updated structure: moved and renamed files to match SDK conventions
  • Added pyproject.toml; removed requirements.txt

Note

  • After this initial release, Polyphemus will follow its own versioning lifecycle with polyphemus-vX.Y.Z tags