Skip to content

Releases: Blaizzy/fastmlx

v0.2.1

10 Aug 20:35
4f7abbe
Compare
Choose a tag to compare

What's Changed

  • Fix tools template loader (Jinja 2 Template not found error) by @Blaizzy in #25

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Aug 10:07
Compare
Choose a tag to compare

What's New

  1. Environment Configuration (PR #15 by @SiddhantSadangi):

    • Set workers through environment variables
    • Improved default settings
  2. Tool Calling Support (PR #21 by @Blaizzy):

    • Added functionality for tool calling
    • Supports parallel tool calling mode
    • Models
      • Llama 3.1
      • Arcee Agent
      • Firefunction
      • xLAM
      • C4AI-Command-R-Plus
    • Modes
      • Standard (Without Streaming)
      • Parallel Tool Calling
  3. Refactor Vision Language Models stream_generate (PR #21 by @Blaizzy).

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

11 Jul 13:21
24e1945
Compare
Choose a tag to compare

What's Changed

  • Add support for token streaming and custom CORS by @Blaizzy in #4
  • Add support for Parallel calls by @Blaizzy in #4
  • Add Parallel calls usage by @Blaizzy in #7

Fixes :

  • Cross origin Support #2
  • Max tokens not overriding #5

Full Changelog: v0.0.1...v0.1.0

v0.0.1

09 Jul 19:18
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/Blaizzy/fastmlx/commits/v0.0.1