Releases: agentscope-ai/TuFT
Releases · agentscope-ai/TuFT
v0.1.4
What's Changed
- add .py examples by @shixiaorong07 in #73
- Fix sampling / training controller side sequence id by @pan-x-c in #83
- Use env vars for API key by @shixiaorong07 in #84
- implement user console and console server by @linqinluli in #82
- docs: add Sphinx documentation support by @xuanrui-L in #85
- Add Status Code for TuFT Exceptions by @pan-x-c in #87
- Update Sphinx docs by @xuanrui-L in #88
- Update docs/readme images to support dark mode. by @xuanrui-L in #90
- Fix issue #75: Add end-to-end example to demonstrate how to run TuFT with a telemetry service by @xuanrui-L in #91
- add the network check script by @linqinluli in #86
- support math equation in sphinx document by @linqinluli in #93
- fix readme to point to env_check.sh by @dipeshbabu in #95
- fix(windows): make checkpoint sizing cross-platform by @dipeshbabu in #96
- Fix/sampling seq state safety by @dipeshbabu in #97
- Update chat_sft dataset wiring by @dipeshbabu in #98
- Fix #92: Support OpenAI API Compatible Inference by @xuanrui-L in #94
- feat(backends): add FSDP training backend by @vanwaals in #99
- Guard Linux-only training dependencies in pyproject.toml by @dipeshbabu in #101
- revert linux only dependency on verl by @linqinluli in #105
- fix(install): uv fallback via pip and flash-attn install targets venv by @dipeshbabu in #102
- fix(fsdp): avoid backend stuck when running on two Ray nodes by @vanwaals in #104
- Release 0.1.4 by @linqinluli in #108
New Contributors
- @dipeshbabu made their first contribution in #95
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- fix #29: Add config validation on restart to prevent data corruption; fix config example typo; change 'tuft' to 'tuft launch' by @xuanrui-L in #69
- Add separate documentation for OpenTelemetry and Persistence(fix #35) by @xuanrui-L in #71
- Fix Sampler sequence_id conflicts and Trainer GPU out-of-memory issue by @pan-x-c in #74
- Fix SequenceExecutor persistence issues from #74 by @xuanrui-L in #78
- release 0.1.3 by @xuanrui-L in #80
Full Changelog: v0.1.2...v0.1.3