Skip to content

Releases: bespokelabsai/curator

v0.1.27

Choose a tag to compare

@madiator madiator released this 15 Mar 17:57

What's New

Tinker Integration for Fine-tuning (#710)

  • Added support for Tinker SDK integration, enabling LoRA fine-tuning directly after generating data with Curator. When a TINKER_API_KEY is provided, training runs against the Tinker service with real
    forward/backward passes. Features include:
  • Checkpointing support (per-epoch and per-N-steps) with dashboard visibility
  • Gradient accumulation, LoRA alpha/dropout/target_modules configuration
  • Checkpoint resume support
  • Falls back to mock mode when SDK/key is not available
  • New examples in examples/tinker/ and examples/poem_finetuning_example.py

Claude 4.x and 3.7 Model Support (#704)

Added multimodal and JSON format support for new Anthropic models:

  • Claude 4.5 (Sonnet, Haiku, Opus)
  • Claude 4.0/4.1 (Sonnet, Opus)
  • Claude 3.7 Sonnet

Bug Fixes

  • Fixed LiteLLM multi-hosted_vllm request address mixture (#701) — Resolved an issue where requests could be routed to the wrong vLLM host when using multiple hosted_vllm backends.
  • Fixed broken tests (#706)

Other Changes

  • Code cleanup in OpenAI online request processor (#708)
  • README updates (#707)

v1.0.26

Choose a tag to compare

@CharlieJCJ CharlieJCJ released this 29 Jul 18:39
3ee1710

What's Changed

Full Changelog: v0.1.25...v0.1.26

v0.1.25

Choose a tag to compare

@kartik4949 kartik4949 released this 30 May 17:59
d517c88

What's Changed

New Contributors

Full Changelog: v0.1.24...v0.1.25

v0.1.24

Choose a tag to compare

@vutrung96 vutrung96 released this 06 May 16:45

What's Changed

New Contributors

Full Changelog: v0.1.23...v0.1.24

v0.1.23.post1

Choose a tag to compare

@vutrung96 vutrung96 released this 11 Apr 23:11

What's Changed

Full Changelog: v0.1.23...v0.1.23.post1

v0.1.23

Choose a tag to compare

@vutrung96 vutrung96 released this 11 Apr 16:28
75d09dc

What's Changed

New Contributors

Full Changelog: v0.1.22...v0.1.23

v0.1.22

Choose a tag to compare

@kartik4949 kartik4949 released this 31 Mar 06:56
f19c004

What's Changed

New Contributors

Full Changelog: v0.1.21...v0.1.22

v0.1.21

Choose a tag to compare

@vutrung96 vutrung96 released this 19 Mar 23:21

What's Changed

Full Changelog: v0.1.20...v0.1.21

v0.1.20

Choose a tag to compare

@RyanMarten RyanMarten released this 28 Feb 19:30
a1b107a

What's Changed

Full Changelog: v0.1.19.post1...v0.1.20

v0.1.19.post1

Choose a tag to compare

@CharlieJCJ CharlieJCJ released this 26 Feb 20:26

What's Changed

Full Changelog: 0.1.19...v0.1.19.post1