Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@hsj576 hsj576 released this 10 Apr 09:03
· 4 commits to main since this release
d65e44a

What's New in v0.3.0

Ianvs v0.3.0 brings powerful new LLM-related features, including comprehensive (1) LLM testing and benchmarking tools, (2) advanced cloud-edge collaborative inference paradigms, and (3) innovative algorithms tailored for large model optimization.

1. Support for LLM Testing and Benchmarks

Ianvs now supports robust testing for both locally deployed LLMs and public LLM APIs (e.g., OpenAI). This release introduces three specialized benchmarks for evaluating LLM capabilities in diverse scenarios:

2. Enhanced Cloud-Edge Collaborative Inference

This release introduces new paradigms and algorithms for collaborative inference to optimize cloud-edge cooperation and improve performance:

3. Support for New Large Model Algorithms

Ianvs includes new algorithms to improve LLM performance and usability in various scenarios:

  • Personalized LLM Agent Algorithm: This algorithm supports single-task learning using the pretrained Bloom model, enabling personalized LLM operations. Explore the example and review the documentation.

  • Multimodal Large Model Joint Learning Algorithm: A joint learning algorithm for multimodal understanding with the pretrained RFNet model. Try the example here and learn more in the documentation.

  • Unseen Task Processing Algorithm: Supports lifelong learning with pretrained models to handle unseen tasks effectively. Access the example and gain insights from the background documentation.

Detailed Pull Requests:

New Contributors